aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-02-25 14:51:56 +0100
committerGitHub <noreply@github.com>2020-02-25 14:51:56 +0100
commit0ab513798b06a1ba5017dba5a43ec0c75a5b2a50 (patch)
tree918c00908c7c0f5f84f84bc4fe076198690a65a3 /docs/linux
parentb9b2aa2fc23c01ed00f2b964807fd12d3fdf14ba (diff)
Update setup.md
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup.md11
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.