Skip to content

Instantly share code, notes, and snippets.

@nogweii
Created December 4, 2013 18:17
Show Gist options
  • Select an option

  • Save nogweii/7792624 to your computer and use it in GitHub Desktop.

Select an option

Save nogweii/7792624 to your computer and use it in GitHub Desktop.
what dependencies to install to compile pianobar on OpenSUSE 13.1 & how to make it
sudo zypper install libjson-devel libgcrypt-devel
sudo zypper install libgnutls-devel
# Requires the PackMan repo https://forums.opensuse.org/blogs/caf4926/opensuse-13-1-multi-media-restricted-format-installation-guide-149/
sudo zypper install libmad-devel
sudo zypper install faad2 libfaad-devel
sudo zypper install libao-devel
# Making sure the output driver is pulseaudio
#cat /etc/libao.conf
# In the git clone:
make CC='gcc' CFLAGS='-std=c99 -g'
@nogweii
Copy link
Author

nogweii commented Feb 27, 2014

And to compile with debugging in the latest HEAD:

sudo zypper install llvm-clang
make CC='clang' debug

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