0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 04:12:13 +02:00
tor/INSTALL
Nick Mathewson 64d3e6cf65 r13885@Kushana: nickm | 2007-08-01 09:10:55 -0700
Stop saying "cvs".  Noted by Jens.


svn:r11014
2007-08-01 16:43:27 +00:00

25 lines
798 B
Plaintext

Most users should simply follow the directions at
http://tor.eff.org/docs/tor-doc-unix
If you got the source from Subversion, run "./autogen.sh", which will
run the various auto* programs and then run ./configure for you. From
there, refer to the above instructions.
If it doesn't build 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,
consider setting your LD_LIBRARY_PATH to the openssl lib directory.
For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
Lastly, check out
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork