Versions Compared

Key

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

...

Code Block
xml
xml
sudo apt-get install build-essential ant mvn python-dev eclipse

To download dependencies for Floodlight v1.2 and below:

Code Block
xml
xml
sudo apt-get install build-essential openjdk-7-jdk ant mvn python-dev eclipse

Mac

  • Mac OS X 10.6 or higher: older versions may work but have not been tested
  • Xcode 4.1 (for 10.7 Lion) or Xcode 4.0.2 (for 10.6 Snow Leopard) (includes gcc, make, git, etc.)
  • Java; just type 'javac' in a Terminal; this should automatically install the JDK if it isn't already present
    • Java 8 for Floodlight master and above
    • Java 7 for Floodlight v1.2 and below
  • Eclipse

...