aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-07-19 21:02:39 +0000
committerRoger Dingledine <arma@torproject.org>2002-07-19 21:02:39 +0000
commit684d50b139531cf81abab66d78e429d5237bce47 (patch)
tree8393c677289abfbfd403de5a8ce8e10316dee1c1 /README
parent5c0edf6d547fea93296bedd7a62f2b45e375d80a (diff)
downloadtor-684d50b139531cf81abab66d78e429d5237bce47.tar
tor-684d50b139531cf81abab66d78e429d5237bce47.tar.gz
added a note on openssl and popt dependencies
svn:r65
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index e20cda67f..2c0a942fb 100644
--- a/README
+++ b/README
@@ -1,4 +1,10 @@
+Dependencies:
+
+ You're going to need openssl (0.9.6 will work fine, possibly 0.9.5 also)
+ and popt installed. If you're on Linux, everything will probably work
+ fine. If you're not, you're on your own (but let us know how it goes).
+
If you got the source from cvs:
Run "./autogen.sh", which will run the various auto* programs and then
@@ -40,7 +46,7 @@ Once you've got it compiled:
and another to indicate that you're providing no headers). For more
convenient command-line use, I recommend making a ~/.wgetrc with
the line
- http_proxy=localhost:9051"
+ http_proxy=localhost:9051
Then you can do things like "wget seul.org" and watch as it downloads
from the onion routing network.