Versions Compared

Key

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

...

Code Block
languagetext
cd ~/ONOS
mvn clean
mvn complie

 

Controller-CLI

 

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

Code Block
languagetext
sudo apt-get install unzip python-dev python-virtualenv \
git openjdk-7-jdk ant build-essential

Download the source codes 

Code Block
languagetext
git clone ssh://<user>@gerrit.onosproject.org:29418/onos-sr-cli

Build the codes

Code Block
languagetext
cd onos-sr-cli
./setup.sh
make

 

Dell Hardware Switches

 

 

...