2 Most users who realize that INSTALL files still exist should simply
3 follow the directions at
4 https://www.torproject.org/docs/tor-doc-unix
6 If you got the source from Subversion, run "./autogen.sh", which will
7 run the various auto* programs. Then you can run ./configure, and
8 refer to the above instructions.
10 If it doesn't build for you:
12 If you have problems finding libraries, try
13 CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
16 ./configure --with-libevent-dir=/usr/local
17 rather than simply ./configure.
19 If you have mysterious autoconf failures while linking openssl,
20 consider setting your LD_LIBRARY_PATH to the openssl lib directory.
21 For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
24 http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork