]> git.parisson.com Git - deefuzzer.git/commitdiff
update doc and deps
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 28 Jan 2015 22:54:53 +0000 (23:54 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 28 Jan 2015 22:54:53 +0000 (23:54 +0100)
README.rst

index fcccbf464cc953c0e222e0f7e07fd3202894be99..249cf3a586e64ef09b02b0353d0c08bf358f476f 100644 (file)
@@ -45,7 +45,7 @@ News
 
 0.7
 
- * Huge refactoring which should be compatible with old setups, but please read the `updated example <https://github.com/yomguy/DeeFuzzer/blob/dev/example/deefuzzer_doc.xml>`_ before going on
+ * Huge refactoring which should be compatible with old setups, but before updating **please read** the `updated example <https://github.com/yomguy/DeeFuzzer/blob/dev/example/deefuzzer_doc.xml>`_ and the following news.
  * Reworked the RSS feed handling to allow JSON output as well and more configuration options (@achbed #27 #28)
  * Add an init.d script to act as a deamon (@achbed)
  * Add stationdefaults preference (apply default settings to all stations) (@achbed #31)
@@ -86,9 +86,9 @@ an install inside Gygwin should work well.
 
 To install it, say on Debian, do::
 
-    sudo apt-get install python-pip python-dev libshout3-dev python-liblo python-mutagen \
-                         python-pycurl liblo-dev libshout3-dev librtmp-dev \
-                         python-yaml libcurl4-openssl-dev python-mutagen icecast2
+    sudo apt-get install python-pip python-dev python-liblo \
+                         python-mutagen python-pycurl python-yaml \
+                         libshout3-dev librtmp-dev liblo-dev libcurl4-openssl-dev
 
 Now, the easiest way to install the DeeFuzzer from a shell::
 
@@ -100,6 +100,10 @@ To upgrade::
 
 For more informations, please see on `GitHub <https://github.com/yomguy/DeeFuzzer>`_ or tweet to @yomguy
 
+As a streaming client, the DeeFuzzer needs a local or remote streaming server like Icecast2 to do something::
+
+    sudo apt-get install icecast2
+
 
 Usage
 =====