2003-10-07 18:57:18 +02:00
|
|
|
|
2007-10-19 01:14:58 +02:00
|
|
|
Most users who realize that INSTALL files still exist should simply
|
|
|
|
follow the directions at
|
|
|
|
https://www.torproject.org/docs/tor-doc-unix
|
2003-10-07 18:57:18 +02:00
|
|
|
|
2010-12-22 06:54:29 +01:00
|
|
|
If you got the source from git, run "./autogen.sh", which will
|
2008-01-23 20:08:53 +01:00
|
|
|
run the various auto* programs. Then you can run ./configure, and
|
|
|
|
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.
|
|
|
|
|