Refuse to start if both ORPort and UseBridges are set. Bugfix
[tor.git] / INSTALL
blob04e613b0f6c1b6c3b2d7f7e86446f3393b1c0be4
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
6 If you got the source from Subversion, run "./autogen.sh", which will
7 run the various auto* programs and then run ./configure for you. From
8 there, refer to the above instructions.
10 If it doesn't build for you:
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.
19   If you have mysterious autoconf failures while linking openssl,
20   consider setting your LD_LIBRARY_PATH to the openssl lib directory.
21   For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
23   Lastly, check out
24   http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork