diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-07-24 11:38:59 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-07-24 11:38:59 +0200 |
commit | fbb8b7d79341d077fae3c4d2d609ca3b9059e160 (patch) | |
tree | e0a97d301fb52f9ca7d96eea475a1994d22c2171 | |
parent | a0fece94bda85861676115dcd942430f77bac253 (diff) | |
download | pianobar-windows-fbb8b7d79341d077fae3c4d2d609ca3b9059e160.tar.gz pianobar-windows-fbb8b7d79341d077fae3c4d2d609ca3b9059e160.tar.bz2 pianobar-windows-fbb8b7d79341d077fae3c4d2d609ca3b9059e160.zip |
Update documentation
-rw-r--r-- | INSTALL | 9 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | RoadMap | 16 |
3 files changed, 4 insertions, 23 deletions
@@ -1,8 +1,6 @@ Install ======= -Do not install this application yet! - Dependencies ------------ @@ -12,9 +10,8 @@ pianobar ++++++++ libao http://www.xiph.org/ao/ -libcurl with SSL http://curl.haxx.se/ +libcurl http://curl.haxx.se/ libfaad2 http://www.audiocoding.com/downloads.html -libxml2 http://xmlsoft.org/ readline libpiano @@ -26,7 +23,6 @@ libxml2 http://xmlsoft.org/ libwardrobe +++++++++++ - libcurl http://curl.haxx.se/ Build @@ -35,7 +31,8 @@ Build ./autogen.sh ./configure make +make install -Just run the client from this source directory +Or run the client from this source directory ./src/pianobar diff --git a/Makefile.am b/Makefile.am index 5faaa0d..856bb78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = libwardrobe libpiano src -EXTRA_DIST = autogen.sh RoadMap BUGS +EXTRA_DIST = autogen.sh BUGS diff --git a/RoadMap b/RoadMap deleted file mode 100644 index 4f3c39f..0000000 --- a/RoadMap +++ /dev/null @@ -1,16 +0,0 @@ -Roadmap -======= - -Ordered by importance: - -Must-have: ----------- - -* better UI -* fixes, fixes, fixes (look for memory leaks or implement error handling, e.g.) - -Wishes: -------- - -* feedback from the pandora.com guys :) -* replaygain |