blob: b0db8036486c914d3021afcffbfb9ef64b4b61ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Install
=======
Dependencies
------------
- gmake
- pthreads
- libao
- libcurl
- gcrypt[1]
- json-c
- libav/ffmpeg[2]
- UTF-8 console/locale
[1] with blowfish cipher enabled
[2] required: demuxer mov, decoder aac, protocol http and filters volume,
aformat, aresample
Building
--------
Edit the Makefile and then type
gmake clean && gmake
You can run the client directly from the source directory now
./pianobar
Or install it by issuing
gmake install
|