Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This Quick Start describes a simple "local" workflow where you build and run ONOS on a single development machine.

Install

...

Bazelisk and other dependencies

First of all, you should install Bazelisk (a wrapper for Bazel), an both open-source build tool tools developed by Google. We will use Bazel to build and run ONOS. We suggest downloading and installing Bazel Bazelisk using the official instructions:

https://docs.bazel.build/versions/master/install.html

The minimum required version of Bazel at the time of writing is 1.0instructions at Installing required tools.


Some other dependencies are required as well. Use your package manager of choice to install these:

...