Skip to content

Compiling on Fedora

rabin-io edited this page Jul 12, 2016 · 2 revisions

Install needed packages for compilation

yum install coreutils gcc-c++ json-c-devel \
            libgcrypt-devel libao-devel gnutls-devel \
            ffmpeg-devel libmad-devel faad2-devel

Clone/download the code

git clone https://github.com/PromyLOPh/pianobar.git

Build

make

Run

./pianobar

Extra

You can remove all the installed packages for the compilation, with

yum history undo last
Clone this wiki locally