Skip to content

Instantly share code, notes, and snippets.

@cristianrasch
Created April 19, 2012 19:19
Show Gist options
  • Save cristianrasch/2423335 to your computer and use it in GitHub Desktop.
Save cristianrasch/2423335 to your computer and use it in GitHub Desktop.
Compiling pianobar from source on Debian Squeeze
# install the building dependencies
sudo aptitude install libevent-pthreads-2.0-5 libao-dev gnutls-dev libmad0-dev libfaad-dev libjson0-dev
rm -rf ~/Soft/pianobar
git clone git://github.com/PromyLOPh/pianobar.git ~/Soft/pianobar
cd ~/Soft/pianobar
make
# all set, you can run pianobar directly from the source directory, alternatively run this command to have it installed:
[sudo make install]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment