Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 703 Bytes

BUILD.md

File metadata and controls

17 lines (14 loc) · 703 Bytes

Linux Build Instructions

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

Dependencies

Builds

  1. create build directory mkdir build; cd build
  2. create makefile cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
  3. build make
  4. install sudo make install or just run with ./hiphonix