Versions Compared

Key

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

...

Floodlight is Java-based and intended to run with standard jdk tools and ant and can optionally be run in EclipsEclipse.

Prerequisites

Linux

  • Ubuntu 10.04 (Natty) or higher.  (Has been run with Ubuntu 10.04 with Ant versions 1.8.1 or lower).
  • Install JDK, Ant. You can optionally choose to install eclipse but it is not required.
    Code Block
    xml
    xml
    sudo apt-get install build-essential default-jdk ant python-dev eclipse
    
    

...