diff options
author | Roger Dingledine <arma@torproject.org> | 2002-11-23 06:49:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-11-23 06:49:01 +0000 |
commit | 00a9e3732e88d73860b772dcbac0b8275aa7f467 (patch) | |
tree | 52069363451b9225e75f400c3fcd5e2df932921d /README | |
parent | 121d029584d5f500b0d9d2c808c28645cf4937f5 (diff) | |
download | tor-00a9e3732e88d73860b772dcbac0b8275aa7f467.tar.gz tor-00a9e3732e88d73860b772dcbac0b8275aa7f467.zip |
remove popt dependency, consolidate config stuff
reformat parts of onion.c
svn:r136
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -3,8 +3,12 @@ described in a bit more detail at http://www.onion-router.net/. You can read list archives, and subscribe to the mailing list, at http://archives.seul.org/or/dev/. +Is your question in the FAQ? Should it be? + Quickstart version: +0) Download the absolute newest version. No, really. + http://freehaven.net/or/. 1) ./configure (or do the two-line version below, if you're on bsd) 2) make 3) cd src/config @@ -12,9 +16,11 @@ Quickstart version: 5) download privoxy (www.privoxy.org), and add the line "forward-socks4a / localhost:9050 ." (without the quotes) to its config file. -6) point your mozilla (or whatever) to proxy at localhost:8118 (this +6) point your mozilla (or whatever) to http proxy at localhost:8118 (this points it through Privoxy, so you now get good data-scrubbing too.) -7) browse some web pages +7) make sure you've set it up correctly: go to + http://www.junkbusters.com/cgi-bin/privacy and see what IP it says + you're coming from. More detailed version: @@ -23,10 +29,11 @@ Dependencies: You're going to need Privoxy (www.privoxy.org) installed, and configured to point at a socks4a proxy -- see below. - For tor itself, you're going to need openssl (0.9.5 or later) and popt - (1.6 or later). If you're on Linux, everything will probably work - fine. OS X and BSD (but see below under troubleshooting) now work - too. Let us know if you get it working elsewhere. + For tor itself, you're going to need openssl (0.9.5 or later + -- including the dev stuff and includes). If you're on Linux, + everything will probably work fine. OS X and BSD (but see below under + troubleshooting) now work too. Let us know if you get it working + elsewhere. If you got the source from cvs: @@ -41,10 +48,10 @@ If you got the source from a tarball: If this doesn't work for you / troubleshooting: - If you couldn't find popt (eg you're on BSD), try + If you have problems finding libraries, try CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \ ./configure - rather than simply ./configure. And install popt if you don't have it. + rather than simply ./configure. Check out the list archives at http://archives.seul.org/or/dev/ and see if somebody else has reported your problem. If not, please subscribe |