blob: 60f2a80f0571e714952d2624a15523128d0f3d3b (
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
35
36
37
38
39
40
41
|
Install
=======
Dependencies
------------
make
libao http://www.xiph.org/ao/
libfaad2 http://www.audiocoding.com/downloads.html
AND/OR libmad http://www.underbit.com/products/mad/
pthreads
UTF-8 console/locale!
Building
--------
If you have all of the dependencies listed above just type
make clean && make
You can run the client directly from the source directory now
./pianobar
Or install it by issuing
make install
In case you don't want to install libmad OR libfaad you probably want to
disable one of them:
make clean && make DISABLE_FAAD=1
or
make clean && make DISABLE_MAD=1
libpiano can be built and installed by running
make clean && make libpiano && make install-libpiano
|