This file contains hidden or 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 libgnutls-dev libmad0-dev libfaad-dev libjson0-dev libjson-glib-dev libavformat-dev libavfilter-dev | |
rm -rf ~/repos/pianobar | |
git clone git://github.com/PromyLOPh/pianobar.git ~/repos/pianobar | |
cd ~/repos/pianobar | |
make | |
# all set, you can run pianobar directly from the source directory, alternatively run this command to have it installed: | |
[sudo make install] |