From 037487d96e5a96899f88436b895baf196fefe2c0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 29 Mar 2005 01:03:07 +0000 Subject: Mention libevent in more docs. svn:r3913 --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'INSTALL') 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 -- cgit v1.2.3