bump to 0.1.2.17
[tor.git] / INSTALL
blobed507e4dde08b0b320177587609689df94cf3338
2 Most users should simply follow the directions at
3 http://tor.eff.org/docs/tor-doc-unix
5 If you got the source from cvs, run "./autogen.sh", which will run the
6 various auto* programs and then run ./configure for you. From there,
7 refer to the above instructions.
9 If it doesn't build for you:
11   If you have problems finding libraries, try
12     CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
13     ./configure
14   or
15     ./configure --with-libevent-dir=/usr/local
16   rather than simply ./configure.
18   If you have mysterious autoconf failures while linking openssl,
19   consider setting your LD_LIBRARY_PATH to the openssl lib directory.
20   For example, "setenv LD_LIBRARY_PATH /usr/athena/lib".
22   Lastly, check out
23   http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork