...
Before building the ONOS Sample Apps, you should make sure that you have installed Java, git, and Maven.
| Info | ||
|---|---|---|
| ||
Beware: ONOS and ONOS core applications are currently built using |
Fetching the Source Code
| Code Block | ||
|---|---|---|
| ||
git clone https://gerrit.onosproject.org/onos-app-samples cd onos-app-samples |
...
| Code Block | ||
|---|---|---|
| ||
mvn compile
|
This will download all of the required .jar files, including ONOS as well as other required libraries, and compile the Java source into .class files.
Building the .oar files
To build the .oar files, you can run
...