aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-07 21:27:33 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-07 21:27:33 +0000
commit16778795f334e236e59b6b52e5313b94c817d284 (patch)
treeb8bebd9efd62cdda9f62bbe1c22d834c2210f242 /INSTALL
parent3d7463d2b3183b3eb656271a75c14e34d771b3f9 (diff)
downloadtor-16778795f334e236e59b6b52e5313b94c817d284.tar
tor-16778795f334e236e59b6b52e5313b94c817d284.tar.gz
minor fixes; bump to 0.0.2pre10
svn:r551
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL23
1 files changed, 21 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c56626863..608b83af7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,6 +11,8 @@ Quickstart version for users:
6) point your browser to socks4 or socks5 proxy at localhost port
9050. In mozilla, this is in edit|preferences|advanced|proxies. This
allows you to test to make sure tor is installed correctly.
+ (If you have a personal firewall, be sure to allow connections to
+ localhost port 9050.)
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. If it works, you should probably go on to step 8,
@@ -22,6 +24,23 @@ Quickstart version for users:
no socks proxy). This step will give you good html scrubbing as well.
(See doc/CLIENTS for why direct socks gives you less anonymity.)
-If this works for you, you can stop reading. Otherwise, see the README for
-more details.
+*****If this works for you, you can stop reading here******
+
+If you got the source from cvs:
+
+ Run "./autogen.sh", which will run the various auto* programs and then
+ run ./configure for you. From there, start at step 3 in the quickstart
+ list above.
+
+If the quickstart doesn't work for you:
+
+ If you have problems finding libraries, try
+ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
+ ./configure
+ 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
+ and let us know what you did to fix it, or give us the details and
+ we'll see what we can do.