Versions Compared

Key

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

...

Table of Contents
maxLevel3

 

Info
This page assumes you have successfully downloaded and installed ONOS. If you have not done that the reader has successfully followed yet, please follow the tutorial Installing and Running ONOS.

IDE Setup

The project does not enforce the use of a specific IDE, but rather, a set of guidelines that can be configured in an IDE. As such, developers should consult the documentation for the IDE of choice for specific configuration steps. 

The examples used here, if any, are either for Eclipse and IntelliJ. If you have no idea where to start, here are some instructions on how to install IntelliJ.

Importing ONOS Source

If To take the best support out of your IDE supports the importing of projects, ONOS should be imported as a Maven project

...