Once you've clone the repo, cd into the ops directory.
$cd $GOPATH/src/github.com/nanovms/ops
Installing dependencies
Use the make command to install the various dependencies of Ops.
$makedeps
Build the Executable
To compile the source code into an executable, use the make command.
First you need to generate some go code from Protocol Buffers included in ops source repository. If you don't have the needed tools, you can install them by issuing the following commands: