aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
parent3d7463d2b3183b3eb656271a75c14e34d771b3f9 (diff)
downloadtor-16778795f334e236e59b6b52e5313b94c817d284.tar
tor-16778795f334e236e59b6b52e5313b94c817d284.tar.gz
minor fixes; bump to 0.0.2pre10
svn:r551
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 1 insertions, 27 deletions
diff --git a/README b/README
index 54bb6cfbc..8fe1bebbc 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ http://archives.seul.org/or/dev/.
Is your question in the FAQ? Should it be?
**************************************************************************
-See the INSTALL file for a quickstart. This is all you will probably need.
+See the INSTALL file for a quickstart. That is all you will probably need.
**************************************************************************
**************************************************************************
@@ -15,32 +15,6 @@ You only need to look beyond this point if the quickstart in the INSTALL
doesn't work for you.
**************************************************************************
-Dependencies:
-
- 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) may work too. Let us know if you get it working
- elsewhere.
-
-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.
-
Do you want to run a tor server?
First, set up a config file for your node (start with sample-orrc and