blob: 4940979cb97ed812fcadd794f05983e84d686429 (
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
|
Install
=======
Dependencies
------------
- gmake
- pthreads
- libao
- gnutls
- gcrypt (with blowfish cipher enabled)
- json-c
- libav/ffmpeg
- UTF-8 console/locale
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
|