INSTALL 547 B

123456789101112131415161718
  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.