2007-06-07 18:14:59 +02:00
|
|
|
Tor protects your privacy on the internet by hiding the connection
|
2008-12-08 00:41:10 +01:00
|
|
|
between your Internet address and the services you use. We believe Tor
|
|
|
|
is reasonably secure, but please ensure you read the instructions and
|
|
|
|
configure it properly.
|
2003-10-07 18:57:18 +02:00
|
|
|
|
2007-06-07 18:14:59 +02:00
|
|
|
To build Tor from source:
|
2010-02-22 06:41:48 +01:00
|
|
|
./configure && make && make install
|
2004-10-31 22:15:16 +01:00
|
|
|
|
2014-11-04 15:01:46 +01:00
|
|
|
To build Tor from a just-cloned git repository:
|
|
|
|
sh autogen.sh && ./configure && make && make install
|
|
|
|
|
2007-06-07 18:14:59 +02:00
|
|
|
Home page:
|
2007-12-07 00:56:36 +01:00
|
|
|
https://www.torproject.org/
|
2007-06-07 18:14:59 +02:00
|
|
|
|
|
|
|
Download new versions:
|
2014-08-09 21:57:06 +02:00
|
|
|
https://www.torproject.org/download/download.html
|
2007-06-07 18:14:59 +02:00
|
|
|
|
|
|
|
Documentation, including links to installation and setup instructions:
|
2014-08-09 21:57:06 +02:00
|
|
|
https://www.torproject.org/docs/documentation.html
|
2007-06-07 18:14:59 +02:00
|
|
|
|
|
|
|
Making applications work with Tor:
|
2014-08-09 21:57:06 +02:00
|
|
|
https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO
|
2007-06-07 18:14:59 +02:00
|
|
|
|
|
|
|
Frequently Asked Questions:
|
2014-08-09 21:57:06 +02:00
|
|
|
https://www.torproject.org/docs/faq.html
|
2008-12-08 00:41:10 +01:00
|
|
|
|
2014-03-04 16:34:25 +01:00
|
|
|
|
|
|
|
To get started working on Tor development:
|
|
|
|
See the doc/HACKING file.
|