Updated docs for osx dmg creation include torbutton.
[tor/rransom.git] / INSTALL
blob69a3c11f48ce08ab28f232bdc6cc6f19ae509cc2
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 Subversion, run "./autogen.sh", which will
6 run the various auto* programs and then run ./configure for you. From
7 there, 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