Skip to content

Instantly share code, notes, and snippets.

@kalebo
kalebo / pianobar_debian.sh
Last active May 19, 2017 16:07 — forked from cristianrasch/pianobar_debian.sh
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]