diff options
| -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 | 
