Versions Compared

Key

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

...

Table of Contents

Pre-built VM

Download the pre-built VM (2.4 GB) from the URL:

Get a recent version of VirtualBox to import and run the VM. 

ONOS for SPRING-OPEN

Download the SPRING-OPEN source code using github.

Code Block
languagetext
git clone https://gerrit.onosproject.org/spring-open

Compile the codescode.

Code Block
languagetext
cd ~/spring-open
mvn clean
mvn compliecompile

 

CLI for SPRING-OPEN

 

Download a basic functioning build environment plus a few build-time dependencies. 

...