Mpd install

From wikinotes

Linux

sudo pacman -S mpd mpc ncmpcpp
systemctl enable mpd --user
mpc update                   # update library
usermod -a -G mpd ${USER}    # add yourself to mpd user (for extra features)

FreeBSD

sudo pkg install musicpd musicpc ncmpcpp

Cygwin

mpd has a lot of dependencies, this script installs all of them
https://github.com/ahodesuka/getmpd/blob/master/getmpd

# Use Cygports (redhat mirror kernel.org)
setup-x86.exe -K http://cygwinports.org/ports.gpg

setup-x86.exe -q -P ^
mpd,^
zzip,^
wrap,^
ncmpc,^
wavpack,^
libwavpack,^
libvorbisfile,^
vorbisenc,^
sndfile,^
shout,^
samplerate,^
pulse,^
alsa,^
opus,^
openal,^
dns_sd-1,^
audiofile-1,^
libao