From: yomguy Date: Wed, 11 Apr 2012 21:00:51 +0000 (+0200) Subject: fix doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9a0afc8dbc4ac348c311bdd3378809486aa595a9;p=deefuzzer.git fix doc --- diff --git a/README.rst b/README.rst index 62e3b3f..fdb0883 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,8 @@ DeeFuzzer has now only been well tested on Linux, but should work on any other p You would then need to install libshout3 and liblo libraries for it. On Windows, an install inside Gygwin should work well. -Please first install libshout3 and liblo from source OR libshout3-dev and liblo-dev from your own distribution package manager. +IMPORTANT: Please first install libshout3 and liblo from source OR libshout3-dev, +liblo-dev, gnutls-dev and librtmp-dev from your own distribution package manager. Now, the easiest way to install the DeeFuzzer from a shell:: @@ -75,6 +76,10 @@ or:: sudo easy_install deefuzzer +to upgrade:: + + sudo pip install --upgrade deefuzzer + To install the DeeFuzzer from sources, download the last archive `there `_ Uncompress, go to the deefuzzer app directory and run install as root. For example::