commit d8ebc74f779e08f176fa7fd7180ec2600bc037ff Author: Pili Guerra pili@piliguerra.com Date: Thu Mar 5 12:25:14 2020 +0100
Adding Getting Started section for ipv6 project --- content/gsoc/tor-relay-ipv6-support/contents.lr | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/content/gsoc/tor-relay-ipv6-support/contents.lr b/content/gsoc/tor-relay-ipv6-support/contents.lr index fdc3f78..e94d0b7 100644 --- a/content/gsoc/tor-relay-ipv6-support/contents.lr +++ b/content/gsoc/tor-relay-ipv6-support/contents.lr @@ -61,6 +61,17 @@ Recommended: * Python coding (for testing) * Access to a server with public IPv4 and IPv6 addresses (to run a test relay)
+## Getting Started + +1. Clone tor using [git](https://github.com/torproject/tor) +2. Build tor from source +3. Run the tor unit tests using "make check". Let us know if they fail, and we'll help fix them. +4. Clone [chutney]( https://github.com/torproject/chutney) using git. Chutney is a tor integration test tool. +5. Run the tor integration tests using "make test-network". Let us know if they fail, and we'll help fix them. +6. Make sure you have a GitHub account, so you can submit pull requests to tor's [GitHub repository](https://github.com/torproject/tor) + +See our [Getting Started](https://gitweb.torproject.org/tor.git/tree/doc/HACKING/GettingStarted.md) document for more information. + ## Links/Resources
### Technical Proposals