[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] another way for old-style bsd folks to maybe build tor if
Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor
Modified Files:
INSTALL
Log Message:
another way for old-style bsd folks to maybe build tor if
they've got no other ways.
Index: INSTALL
===================================================================
RCS file: /home2/or/cvsroot/tor/INSTALL,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -d -r1.21 -r1.22
--- INSTALL 4 Aug 2005 14:47:19 -0000 1.21
+++ INSTALL 18 Feb 2006 01:14:28 -0000 1.22
@@ -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,