From 9a0afc8dbc4ac348c311bdd3378809486aa595a9 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 11 Apr 2012 23:00:51 +0200 Subject: [PATCH] fix doc --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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:: -- 2.39.5