Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added information and link to a more complete run using bazel

...

Newer versions of ONOS are build using Bazel, note that it as far as 2020 this may only work in the ubuntu desktop versions, and this is a simplified version on how to build and run ONOS using Bazel.

Use wget to get the latest version of Bazel (you can use other versions of bazel and other informations at this link)

...

$ bazel run onos-local -- clean debug

ONOS should run with no problem but if you want more information you can check this link for more information on how to use Bazel.