protocol7 archive
24 February 2009

Building Despotify on Ubuntu

Despotify is out, here’s how to build and run it on Ubuntu

sudo apt-get install libssl-dev zlib1g-dev libvorbis-dev libpulse-dev libexpat1-dev libncurses5-dev
 wget http://downloads.sourceforge.net/despotify/despotify-r761.tar.gz?use\_mirror=freefr
 tar xvf despotify-r761.tar.gz
 cd despotify-r761/
 make
 ./despotify <your username> </your><your password>
</your>

Now enjoy your text based GUI

Despotify GUI

tags: despotify - Linux - Music - spotify - ubuntu