INSTALL 811 B

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