Ops
Search
⌃K

Install from Source

To install Ops, you will first need to install prerequisites.

Install from Source

Getting the Source Code

To get the source code, clone it from the official github repo, which can be found here
$ git clone [email protected]:nanovms/ops.git $GOPATH/src/github.com/nanovms/ops
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.
$ make deps

Build the Executable

To compile the source code into an executable, use the make command.
$ make build