Skip to content

Instantly share code, notes, and snippets.

@randomessence
Created September 23, 2015 12:55
Show Gist options
  • Save randomessence/f6b0a500d4bdbbf5461c to your computer and use it in GitHub Desktop.
Save randomessence/f6b0a500d4bdbbf5461c to your computer and use it in GitHub Desktop.
Music Player Daemon
wget http://www.musicpd.org/download/mpd/0.19/mpd-0.19.10.tar.xz
tar xf mpd-0.19.10.tar.xz && cd mpd-0.19.10/
./configure --prefix=$HOME
make && make install
cd && rm -rf mpd-0.19.10{.tar.xz,}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment