Skip to content

Compiling on Fedora

captam3rica edited this page Nov 30, 2017 · 2 revisions

Install needed packages for compilation

yum install curl-devel 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