Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 335 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 335 Bytes

WOAL

WFNEX OpenFlow Application Libray is an open source libaray for openflow, supported by WFNEX Team.

How to build Firstly, set the compilation environment.

  1. Enter build
  2. source env.sh

build ace

  1. Enter ace
  2. make

build gtest

  1. Enter gtest.
  2. ./configure
  3. make

build libopenflow

  1. Enter libopenflow/src
  2. make