Skip to content

Instantly share code, notes, and snippets.

@kalebo
Forked from cristianrasch/pianobar_debian.sh
Last active May 19, 2017 16:07
Show Gist options
  • Save kalebo/160dfd5296a15906807f to your computer and use it in GitHub Desktop.
Save kalebo/160dfd5296a15906807f to your computer and use it in GitHub Desktop.
Build commands for Pianobar (2014.06.08-dev) on Debian Jessie
# 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]
@prozacgod
Copy link

prozacgod commented May 19, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment