aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-18 01:14:28 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-18 01:14:28 +0000
commitc05b7fbc7a456c1002798b6237021679148c1d1c (patch)
treef721fb5a7e1a148abf612426b4cc36130314e0db /INSTALL
parenta9977bae9ba0a59ba08d0d703907d0b64848846d (diff)
downloadtor-c05b7fbc7a456c1002798b6237021679148c1d1c.tar
tor-c05b7fbc7a456c1002798b6237021679148c1d1c.tar.gz
another way for old-style bsd folks to maybe build tor if
they've got no other ways. svn:r6032
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 656204f73..ddd966d1d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,6 +50,8 @@ 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
+ or
+ ./configure --with-libevent-dir=/usr/local
rather than simply ./configure.
If you have mysterious autoconf failures while linking openssl,