diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-18 01:14:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-18 01:14:28 +0000 |
commit | c05b7fbc7a456c1002798b6237021679148c1d1c (patch) | |
tree | f721fb5a7e1a148abf612426b4cc36130314e0db /INSTALL | |
parent | a9977bae9ba0a59ba08d0d703907d0b64848846d (diff) | |
download | tor-c05b7fbc7a456c1002798b6237021679148c1d1c.tar.gz tor-c05b7fbc7a456c1002798b6237021679148c1d1c.zip |
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-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |