Versions Compared

Key

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

Installation Instructions

Install dependencies:

Ubuntu 11.10:

Code Block

sudo apt-get install libnl3-dev pkg-config python-tz libpcap-dev

Ubuntu 12.04:

Code Block

sudo apt-get install libnl-3-dev libnl-genl-3-dev libnl-route-3-dev pkg-config python-tz libpcap-dev
Get the source code

Directly from Github

Code Block

git clone --recurse-submodules https://github.com/floodlight/ivs.git

Download .zip file

Code Block

curl https://github.com/floodlight/ivs/archive/master.zip > ivs.zip

Build

Code Block

cd ivs
make

The IVS daemon and ivs-ctl utility will be written to

Code Block

targets/ivs/build/gcc-local/bin/ivs
targets/ivs-ctl/build/gcc-local/bin/ivs-ctl