~lfaraone/pianobar/trunk

2 by Lars-Dominik Braun
Added missing files to repo
1
Install
2
=======
3
4
Dependencies
5
------------
6
525 by Lars-Dominik Braun
Update install documentation
7
- gmake
8
- pthreads
9
- libao
733 by Lars-Dominik Braun
Switch back to libcurl
10
- libcurl
698 by Lars-Dominik Braun
INSTALL: Add note about libav* configuration
11
- gcrypt[1]
583 by Lars-Dominik Braun
Document new dependencies
12
- json-c
800 by Lars-Dominik Braun
INSTALL: Fix ffmpeg version
13
- ffmpeg>=3.3 [2]
525 by Lars-Dominik Braun
Update install documentation
14
- UTF-8 console/locale
95 by Lars-Dominik Braun
Update INSTALL
15
698 by Lars-Dominik Braun
INSTALL: Add note about libav* configuration
16
[1] with blowfish cipher enabled
17
[2] required: demuxer mov, decoder aac, protocol http and filters volume,
18
    aformat, aresample
19
209 by Lars-Dominik Braun
mp3 playback support
20
Building
21
--------
2 by Lars-Dominik Braun
Added missing files to repo
22
697 by Lars-Dominik Braun
Fix volume control
23
Edit the Makefile and then type
353 by Lars-Dominik Braun
Switching build system again
24
375 by Lars-Dominik Braun
Makefile uses GNU make extension => gmake
25
	gmake clean && gmake
353 by Lars-Dominik Braun
Switching build system again
26
525 by Lars-Dominik Braun
Update install documentation
27
You can run the client directly from the source directory now
28
 
29
	./pianobar
30
31
Or install it by issuing
32
	
33
	gmake install
34