Always nul-terminate the result passed to evdns_server_add_ptr_reply
[tor/rransom.git] / INSTALL
blobf05bb39074135bb31c4fd14bec11c36a28c2dd61
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. Then you can run ./configure, and
8 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