From 399c3f4c256a04ceb18093b2a91e56d4c4b85cdf Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 28 Jan 2015 23:54:53 +0100 Subject: [PATCH] update doc and deps --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index fcccbf4..249cf3a 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ News 0.7 - * Huge refactoring which should be compatible with old setups, but please read the `updated example `_ before going on + * Huge refactoring which should be compatible with old setups, but before updating **please read** the `updated example `_ 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 `_ 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 ===== -- 2.39.5