Skip to content

Commit

Permalink
add libcap dependencies to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Apr 13, 2015
1 parent 82f78aa commit 1e84003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Building IVS
------------

1. Install required dependencies:
- Ubuntu 14.04: `sudo apt-get install libnl-3-dev libnl-genl-3-dev libnl-route-3-dev pkg-config python-tz libpcap-dev`
- CentOS 7: `sudo yum groupinstall 'Development Tools' && sudo yum install libnl3-devel`
- Ubuntu 14.04: `sudo apt-get install libnl-3-dev libnl-genl-3-dev libnl-route-3-dev pkg-config python-tz libpcap-dev libcap2-dev`
- CentOS 7: `sudo yum groupinstall 'Development Tools' && sudo yum install libnl3-devel libcap-devel`

2. Clone the IVS repository: `git clone --recurse-submodules https://github.com/floodlight/ivs.git`
- NOTE that if you did not use clone with the "--recursive-submodules" option, you can fix this by running
Expand Down

0 comments on commit 1e84003

Please sign in to comment.