Versions Compared

Key

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

Git and git-review

Git and git-review will be used to pull and push code from/to the ONOS repository, so they need to be installed.

Code Block
languagebash
titleInstall git and git-review
sudo apt-get install git
sudo apt-get install git-review

Install Oracle JDK 1.8

ONOS is a Java based platform. In order to be able to compile the code, you need to install Oracle Java 1.8. The OpenJDK equivalent might work, but it's not suggested, since it has never been tested.

...