blob: 8b24cb13613f276fc6b1322a434b7d825c3fe89f (
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
|
Install
=======
Dependencies
------------
Versions may vary :) Just get the newest one:
cmake
libao http://www.xiph.org/ao/
libfaad2 http://www.audiocoding.com/downloads.html
AND/OR libmad http://www.underbit.com/products/mad/
libxml2 http://xmlsoft.org/
pthreads
UTF-8 console/locale!
Building
--------
cmake .
make
make install
You can run the client directly from the source directory:
./src/pianobar
|