diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-10 09:26:12 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-10 09:26:12 +0200 |
commit | 112528c8abaf712e2db0f8aef6b7d64b52281127 (patch) | |
tree | a1dcca25c839082448384cee8ee09aee03808957 /INSTALL | |
parent | 6a33c038cd726007644282009f253c5394e0a07e (diff) | |
download | pianobar-112528c8abaf712e2db0f8aef6b7d64b52281127.tar.gz pianobar-112528c8abaf712e2db0f8aef6b7d64b52281127.tar.bz2 pianobar-112528c8abaf712e2db0f8aef6b7d64b52281127.zip |
Added missing files to repo
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +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) + +Build +----- + +./autogen.sh +./configure +make + +Just run the client from this source directory + +./src/pianobar |