Skip to content

Instantly share code, notes, and snippets.

@dasrecht
Created October 25, 2012 04:41
Show Gist options
  • Save dasrecht/3950444 to your computer and use it in GitHub Desktop.
Save dasrecht/3950444 to your computer and use it in GitHub Desktop.
Despotify Installation on Raspbian
sudo apt-get install libao-dev libtool git libssl-dev libmpg123-dev libvorbis-dev libncursesw5-dev subversion
svn co https://despotify.svn.sourceforge.net/svnroot/despotify despotify
cd despotify/src && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment