2003-10-07 18:57:18 +02:00
|
|
|
|
2006-03-28 09:28:52 +02:00
|
|
|
Most users should simply follow the directions at
|
|
|
|
http://tor.eff.org/docs/tor-doc-unix
|
2003-10-07 18:57:18 +02:00
|
|
|
|
2007-08-01 18:43:27 +02:00
|
|
|
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.
|
2003-10-07 18:57:18 +02:00
|
|
|
|
2006-03-28 09:28:52 +02:00
|
|
|
If it doesn't build for you:
|
2005-03-29 03:03:07 +02:00
|
|
|
|
2004-11-10 02:20:17 +01:00
|
|
|
If you have problems finding libraries, try
|
2003-10-07 23:27:33 +02:00
|
|
|
CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
|
|
|
|
./configure
|
2006-02-18 02:14:28 +01:00
|
|
|
or
|
|
|
|
./configure --with-libevent-dir=/usr/local
|
2003-10-07 23:27:33 +02:00
|
|
|
rather than simply ./configure.
|
|
|
|
|
2004-08-25 21:07:51 +02:00
|
|
|
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".
|
|
|
|
|
2006-03-28 09:28:52 +02:00
|
|
|
Lastly, check out
|
|
|
|
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork
|
2002-06-29 01:26:42 +02:00
|
|
|
|