/RaspberrySpotter

A Spotify client targeted on the raspberrypi, but also usable on linux, which is controlled over the network

Primary LanguageC++OtherNOASSERTION

#RaspberrySpotter

A Spotify client targeted on the raspberrypi, but also usable on linux, which is controlled over the network

##Building RaspberrySpotter

###Prerequisites

  • Your everyday buildtools
  • CMake
  • LibSpotify
  • An app key for spotify When you want to compile for the Raspberry Pi, you also need:
  • A working toolchain to cross compile for the raspberry pi, or
  • A lot of patience

###Building for the raspberry pi

TODO After these steps, you can simply follow the guide for building on linux

###Building for linux

TODO