blob: 590758ab8f490f4ecd489f4316adb2148fada277 (
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
=======
Do not install this application yet!
Dependencies
------------
Versions may vary :) Just get the newest one:
libao		http://www.xiph.org/ao/						(pianobar)
libcurl		http://curl.haxx.se/						(libpiano, pianobar)
libfaad2	http://www.audiocoding.com/downloads.html	(pianobar)
libxml2		http://xmlsoft.org/							(libpiano)
readline												(pianobar)
Build
-----
./autogen.sh
./configure
make
Just run the client from this source directory
 
./src/pianobar
 |