Versions Compared

Key

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

...

To get the source code and build ONOS, all you need to do it run the following commands from Unix-like terminal (e.g. Linux, MacOS):

Post 1.14 (bazel Build)


Code Block
languagebash
$cd $ONOS_ROOT
$bazel build onos

for more details please see the presentation (https://docs.google.com/presentation/d/1ghc1kGIwdkah6nACFofm3s5e731CZmmBPM-V21b_1Bc/edit?usp=sharing)

Pre 1.14 command

Code Block
languagebash
$ONOS_ROOT/tools/build/onos-buck build onos --show-output

...