Created
December 4, 2013 18:17
-
-
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
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
| 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' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And to compile with debugging in the latest HEAD: