Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
d8ebc74f
Commit
d8ebc74f
authored
Mar 05, 2020
by
Pili Guerra
Browse files
Adding Getting Started section for ipv6 project
parent
cc392a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/gsoc/tor-relay-ipv6-support/contents.lr
View file @
d8ebc74f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment