commit 3446495d5103439fd08949a329b021e8f5befc01 Author: David Goulet dgoulet@ev0ke.net Date: Mon Jul 14 18:12:51 2014 -0400
Fix: add compilation requirements to README.md
Reported-by: Jacob Appelbaum jacob@appelbaum.net Signed-off-by: David Goulet dgoulet@ev0ke.net --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md index 7dff09e..8ad574f 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,17 @@ instance, the connection is denied. If, for any reason, there is no way for torsocks to provide the Tor anonymity guarantee to your application, torsocks will force the application to quit and stop everything.
+Requirements +----------------- + + - autoconf + - automake + - libtool + - gcc + Installation -----------------
- $ ./autogen.sh $ ./configure $ make $ sudo make install
tor-commits@lists.torproject.org