From deef5fbc83e37ac11b9513d3e146b03b8c0b7d45 Mon Sep 17 00:00:00 2001 From: Willem de Bruijn Date: Wed, 3 Jul 2019 12:47:40 -0400 Subject: docs/linux: add references to syzkaller build instructions In the various linux build instructions, add pointers to the main doc with instructions for building syzkaller. These instructions were present before commit d23e90a7b44b ("all: switch to Go 1.12"). They were duplicated across files. Since the commit the instructions are in one place. Make it easier to find them from the platform-specific setup guides. Also clarify in the x86_64 guide that using a precompiled compiler from the supplied list is optional if the distribution provided compiler is recent enough. Before commit d28f4ce ("Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md") the file had explicit build instructions. Those are no longer needed. --- docs/linux/setup_linux-host_isolated.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/linux/setup_linux-host_isolated.md') diff --git a/docs/linux/setup_linux-host_isolated.md b/docs/linux/setup_linux-host_isolated.md index ec12fa101..ec434cd12 100644 --- a/docs/linux/setup_linux-host_isolated.md +++ b/docs/linux/setup_linux-host_isolated.md @@ -55,6 +55,8 @@ and ssh usage will reuse it. ## Syzkaller +Build syzkaller as described [here](/docs/contributing.md). + Use the following config: ``` { -- cgit mrf-deployment