Browse Source

another way for old-style bsd folks to maybe build tor if
they've got no other ways.


svn:r6032

Roger Dingledine 18 years ago
parent
commit
c05b7fbc7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      INSTALL

+ 2 - 0
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,