aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-29 01:03:07 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-29 01:03:07 +0000
commit037487d96e5a96899f88436b895baf196fefe2c0 (patch)
tree19902877ebe414da704deacc3ffbd48c5ddd2af4 /INSTALL
parent51f04b68df23085ae45c8b12579cc9c4e3f0b42c (diff)
downloadtor-037487d96e5a96899f88436b895baf196fefe2c0.tar
tor-037487d96e5a96899f88436b895baf196fefe2c0.tar.gz
Mention libevent in more docs.
svn:r3913
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index de0210285..95a11a96c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,7 @@
Quickstart version for users:
+-1) If you don't have libevent, install it. Source is at
+ http://www.monkey.org/~provos/libevent/ .
0) Download the absolute newest version. No, really.
http://tor.eff.org/dist/
1) tar xvf it, and then cd into the directory.
@@ -42,6 +44,10 @@ If you got the source from cvs:
If the quickstart doesn't work for you:
+ Starting with Tor 0.1.0.0, Tor uses libevent for its asynchronous
+ networking core. If you don't have libevent, you'll need to install it.
+ You can get it at http://www.monkey.org/~provos/libevent/.
+
If you have problems finding libraries, try
CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
./configure