diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-02-01 13:35:50 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-02-01 13:35:50 +0100 |
commit | c9e23f4e29f08fc53b2306311fa70b1cf4b78b0c (patch) | |
tree | cc0f87e31f8528d5eca1b2882449a7071d3cb92e /INSTALL | |
parent | 516bc854369243b2f1ba4f1c019aca06cbbd736e (diff) | |
download | pianobar-c9e23f4e29f08fc53b2306311fa70b1cf4b78b0c.tar.gz pianobar-c9e23f4e29f08fc53b2306311fa70b1cf4b78b0c.tar.bz2 pianobar-c9e23f4e29f08fc53b2306311fa70b1cf4b78b0c.zip |
mp3 playback support
Now libfaad and/or libmad are used for playback. There's currently no
remaining time displayed for mp3 playback.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 24 |
1 files changed, 5 insertions, 19 deletions
@@ -6,32 +6,18 @@ Dependencies Versions may vary :) Just get the newest one: -pianobar -++++++++ - cmake libao http://www.xiph.org/ao/ -libcurl http://curl.haxx.se/ +libcurl with SSL http://curl.haxx.se/ libfaad2 http://www.audiocoding.com/downloads.html +AND/OR libmad http://www.underbit.com/products/mad/ +libxml2 http://xmlsoft.org/ pthreads readline UTF-8 console/locale! -libpiano -++++++++ - -cmake -libcurl with SSL http://curl.haxx.se/ -libxml2 http://xmlsoft.org/ - -libwardrobe -+++++++++++ - -cmake -libcurl http://curl.haxx.se/ - -Build ------ +Building +-------- cmake . make |