-
-
Save kalebo/160dfd5296a15906807f to your computer and use it in GitHub Desktop.
Build commands for Pianobar (2014.06.08-dev) on Debian Jessie
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] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Debian jesse the libav library isn't as cutting edge as the master branch.
git checkout tags/2016.06.02
make
Works fine.
Also - I was working on a chroot environment - libgcrypt-dev libcurl4-openssl-dev (or the other permutations of libcurl-dev) are required.