tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

INSTALL (547B)


      1 
      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
      5 
      6 If you got the source from git, run "./autogen.sh", which will
      7 run the various auto* programs. Then you can run ./configure, and
      8 refer to the above instructions.
      9 
     10 If it doesn't build for you:
     11 
     12   If you have problems finding libraries, try
     13     CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
     14     ./configure
     15   or
     16     ./configure --with-libevent-dir=/usr/local
     17   rather than simply ./configure.
     18