Builds are intended for linux systems with device support for wireless
configuration via connman
& iw list
. While these are not build dependencies
they are expected to be available on the target system. Furthermore, there is
a runtime dependency on a properly configured and running MPD
server.
See also the ympd README
- libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/
- cmake 2.6: http://cmake.org/
- create build directory
mkdir build; cd build
- create makefile
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
- build
make
- install
sudo make install
or just run with./hiphonix