From 0bf720bc3f07480d30ddc2a39881b035d5c07fd1 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Mon, 6 Jun 2016 13:33:54 -0400 Subject: [PATCH] add `make bootstrap` step for source compilation Without this the codecgen tool is missing and compilation fails. --- website/source/docs/install/index.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index b684806b4..1e1744f28 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -40,6 +40,9 @@ and configured properly. you will also need Git. exists. If it does not, then you did not clone Nomad into the proper path. + 1. Run `make bootstrap`. This will download and compile libraries and tools needed + to compile Nomad. + 1. Run `make`. This will build Nomad for your current system and put the binary in `bin` (relative to the git checkout).