diff options
Diffstat (limited to 'docs/linux/setup.md')
| -rw-r--r-- | docs/linux/setup.md | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/linux/setup.md b/docs/linux/setup.md index ff81b253c..67943e214 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -67,13 +67,4 @@ For some details on fuzzing the kernel on an Android device check out [this page ### Syzkaller `syzkaller` is written in [Go](https://golang.org), a `Go 1.11+` toolchain is required for build. - -Go distribution can be downloaded from https://golang.org/dl/. -Unpack Go into a directory, say, `$HOME/goroot`. -Then, add Go binaries to `PATH`, `PATH=$HOME/goroot/bin:$HOME/go/bin:$PATH`. -Then, run `go get -u -d github.com/google/syzkaller/...` to checkout syzkaller sources. -Then, `cd $HOME/go/src/github.com/google/syzkaller` and build with `make`, -which generates compiled binaries in the `bin/` dir. -See [Go Getting Started](https://golang.org/doc/install) for details. -Note: if you want to do cross-OS/arch testing, you need to specify `TARGETOS`, -`TARGETVMARCH` and `TARGETARCH` arguments to `make`. See the [Makefile](/Makefile) for details. +See [this](/docs/contributing.md#go) for instructions on how to install Go and build syzkaller. |
