Created
April 19, 2012 19:19
-
-
Save cristianrasch/2423335 to your computer and use it in GitHub Desktop.
Compiling pianobar from source on Debian Squeeze
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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