INSTALL 791 B

123456789101112131415161718192021222324
  1. Most users should simply follow the directions at
  2. http://tor.eff.org/docs/tor-doc-unix
  3. If you got the source from cvs, run "./autogen.sh", which will run the
  4. various auto* programs and then run ./configure for you. From there,
  5. 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