diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-29 01:03:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-29 01:03:07 +0000 |
commit | 037487d96e5a96899f88436b895baf196fefe2c0 (patch) | |
tree | 19902877ebe414da704deacc3ffbd48c5ddd2af4 /INSTALL | |
parent | 51f04b68df23085ae45c8b12579cc9c4e3f0b42c (diff) | |
download | tor-037487d96e5a96899f88436b895baf196fefe2c0.tar.gz tor-037487d96e5a96899f88436b895baf196fefe2c0.zip |
Mention libevent in more docs.
svn:r3913
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |