Notes in building the deadbeef player on Debian

This is mainly a reminder for myself if I ever need to re-build the deadbeef player (which really is the ultimate music player for GNU/Linux) from source. :)

sudo aptitude -q update
sudo aptitude -q install pulseaudio libpulse-dev libmad0-dev libaacs-dev libavcodec-dev libavformat-dev libgtk-3-dev libflac-dev libjansson-dev libvorbis-dev intltool

cd /path/to/source
./configure
make -j 6

su
make install