-
Notifications
You must be signed in to change notification settings - Fork 19
Home
K Rohan edited this page May 4, 2018
·
2 revisions
Welcome to the libfluid wiki!
Install the dependencies:
$ sudo apt-get install autoconf libtool build-essential pkg-config
$ sudo apt-get install libevent-dev libssl-dev
$ sudo apt-get install libpcap0.8-dev
Clone and install libraries
$ cd libfluid
$ ./bootstrap.sh
$ cd libfluid_base
$ ./configure --prefix=/usr
$ make
$ sudo make install
Build and run the sample controller
$ cd examples/controller
$ make msg_controller
$ ./msg_controller l2
Build and run the sample switch
$ cd examples/switch/client
$ make
$ ./client
$ cd examples/switch'
$ make
$ ./switch