This project functions are :
- Read webradio using MPD with a raspberry
- Control the "radio" with a wiimote
- Replace the remote control of a projector (or TV)
- Play movies on this projector
- Control everything with the wiimote or a unique remote.
- libbluetooth-dev
- wiiuse (http://sourceforge.net/projects/wiiuse/)
- libmpdclient-dev
- mpd
- libmpdclient
- libbluetooth
- wiiuse
- Create a build directory, for example :
mkdir target - Run ccmake from the newly created directory giving the path to the CMakeLists.txt file, for example :
cd target;ccmake .. - In ccmake, press
cto configure - Press
eto acknowledge message - Set variable INSTALL_PREFIX (where the folder containing all exe will be created)
- Set variable TARGET (raspbian or fedora)
- Press
cto reconfigure - Press
gto generate MakeFile - Build with
makecommand cpack ..will create a debian package of the program, to install it where you want