add make bootstrap step for source compilation

Without this the codecgen tool is missing and compilation fails.
This commit is contained in:
Joe Shaw
2016-06-06 13:33:54 -04:00
parent 75bd534125
commit 0bf720bc3f

View File

@@ -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).