Changes between Version 18 and Version 19 of Internal/OpenFlow/Controllers/FloodLight


Ignore:
Timestamp:
Dec 7, 2014, 9:50:17 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/FloodLight

    v18 v19  
    14141. install the dependencies: 
    1515{{{
    16 apt-get install build-essential default-jdk ant python-dev git-core eclipse
     16apt-get install build-essential default-jdk ant python-dev git-core
    1717}}}
    1818
     
    2121git clone git://github.com/floodlight/floodlight.git
    2222cd floodlight/
    23 git checkout stable
    2423ant;
     24}}}
     25
     26Once any completes you should see a build sucess message similar to:
     27{{{
     28root@node1-2:~/floodlight# ant
     29Buildfile: /root/floodlight/build.xml
     30
     31init:
     32    [mkdir] Created dir: /root/floodlight/target/bin
     33    [mkdir] Created dir: /root/floodlight/target/bin-test
     34    [mkdir] Created dir: /root/floodlight/target/lib
     35    [mkdir] Created dir: /root/floodlight/target/test
     36
     37compile:
     38    [javac] Compiling 579 source files to /root/floodlight/target/bin
     39    [javac] Note: Some input files use unchecked or unsafe operations.
     40    [javac] Note: Recompile with -Xlint:unchecked for details.
     41     [copy] Copying 54 files to /root/floodlight/target/bin
     42
     43compile-test:
     44    [javac] Compiling 113 source files to /root/floodlight/target/bin-test
     45
     46dist:
     47      [jar] Building jar: /root/floodlight/target/floodlight.jar
     48      [jar] Building jar: /root/floodlight/target/floodlight-test.jar
     49
     50BUILD SUCCESSFUL
     51Total time: 7 seconds
    2552}}}
    2653