Skip to content
Snippets Groups Projects
Commit 06cd8af9 authored by Yawning Angel's avatar Yawning Angel
Browse files

Update README.md (No functional changes)

parent 5b4397bf
No related branches found
No related tags found
No related merge requests found
...@@ -29,28 +29,24 @@ handshake variants without being obscenely slow is non-trivial. ...@@ -29,28 +29,24 @@ handshake variants without being obscenely slow is non-trivial.
### Dependencies ### Dependencies
Build time library dependencies are handled by the Go module automatically, but Build time library dependencies are handled by the Go module automatically.
are listed for clarity.
If you are on Go versions earlier than 1.11, you might need to run `go get -d If you are on Go versions earlier than 1.11, you might need to run `go get -d
./...` to download all the dependencies. Note however, that modules always use ./...` to download all the dependencies. Note however, that modules always use
the same dependency versions, while `go get -d` always downloads master. the same dependency versions, while `go get -d` always downloads master.
* Go 1.2.0 or later. Prior versions of Go (Eg: 1.0.2) are missing certain * Go 1.11.0 or later. Patches to support up to 2 prior major releases will
important parts of the runtime library like a SHA256 implementation. be accepted if they are not overly intrusive and well written.
* go.crypto (https://golang.org/x/crypto) * See `go.mod` for build time dependencies.
* go.net (https://golang.org/x/net)
* ed25519/extra25519 (https://github.com/agl/ed25519/extra25519)
* SipHash-2-4 (https://github.com/dchest/siphash)
* goptlib (https://git.torproject.org/pluggable-transports/goptlib.git)
### Installation ### Installation
To build: To build:
go build ./obfs4proxy `go build -o obfs4proxy/obfs4proxy ./obfs4proxy`
To install, copy `obfsproxy` to a permanent location (Eg: `/usr/local/bin`) To install, copy `./obfs4proxy/obfsproxy` to a permanent location
(Eg: `/usr/local/bin`)
Client side torrc configuration: Client side torrc configuration:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment