INSTALL 805 B

123456789101112131415161718192021222324
  1. Most users should simply follow the directions at
  2. http://www.torproject.org/docs/tor-doc-unix
  3. If you got the source from Subversion, run "./autogen.sh", which will
  4. run the various auto* programs and then run ./configure for you. From
  5. there, refer to the above instructions.
  6. If it doesn't build for you:
  7. If you have problems finding libraries, try
  8. CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
  9. ./configure
  10. or
  11. ./configure --with-libevent-dir=/usr/local
  12. rather than simply ./configure.
  13. If you have mysterious autoconf failures while linking openssl,
  14. consider setting your LD_LIBRARY_PATH to the openssl lib directory.
  15. For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
  16. Lastly, check out
  17. http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork