aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 04e613b0f6c1b6c3b2d7f7e86446f3393b1c0be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Most users who realize that INSTALL files still exist should simply
follow the directions at
https://www.torproject.org/docs/tor-doc-unix

If you got the source from Subversion, run "./autogen.sh", which will
run the various auto* programs and then run ./configure for you. From
there, refer to the above instructions.

If it doesn't build for you:

  If you have problems finding libraries, try
    CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
    ./configure
  or
    ./configure --with-libevent-dir=/usr/local
  rather than simply ./configure.

  If you have mysterious autoconf failures while linking openssl,
  consider setting your LD_LIBRARY_PATH to the openssl lib directory.
  For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".

  Lastly, check out
  http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork