Installation Instructions:

Make sure you first have libmpdclient installed (See http://www.musicpd.org).
Tested with libmpdclient-2.7. 

Second, you need GNUstep installed (See http://www.gnustep.org). Tested with 
gnustep-make-1.6.2, gnustep-base-1.24.0 and gnustep-gui and gnustep-back 1.22.0.

Then, just type

make
sudo -E make install

On Linux, you likely need to have libbsd, and the corresponding -dev package
installed. On Linux run:

make need-libbsd=yes
sudo -E make install
