Versions Compared

Key

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

...

Code Block
languagebash
titleDownload ONOS code & Build ONOS
git clone https://gerrit.onosproject.org/onos
cd onos
bazel build onos		# or use 'op' alias after you 'source $PWD/tools/dev/bash_profile'

This will compile all source code assemble the installable onos.tar.gz, which is located in the bazel-bin directory. 

...