1Installation Instructions:
2
3Make sure you first have libmpdclient installed (See http://www.musicpd.org).
4Tested with libmpdclient-2.7.
5
6Second, you need GNUstep installed (See http://www.gnustep.org). Tested with
7gnustep-make-1.6.2, gnustep-base-1.24.0 and gnustep-gui and gnustep-back 1.22.0.
8
9Then, just type
10
11make
12sudo -E make install
13
14On Linux, you likely need to have libbsd, and the corresponding -dev package
15installed. On Linux run:
16
17make need-libbsd=yes
18sudo -E make install
19