Created
March 11, 2016 10:55
-
-
Save jpillora/4fee766b8ccbb73e1b79 to your computer and use it in GitHub Desktop.
Download and install latest openvswitch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#latest ovs | |
wget -qO- http://openvswitch.org/releases/openvswitch-2.5.0.tar.gz | tar xzvf - | |
cd openvswitch-2.5.0 | |
#dependencies | |
apt-get update && apt-get install -y graphviz autoconf automake bzip2 debhelper dh-autoreconf libssl-dev libtool openssl procps python-all python-qt4 python-twisted-conch python-zopeinterface | |
#build debs | |
DEB_BUILD_OPTIONS='parallel=8' fakeroot debian/rules binary | |
#pop out to parent | |
cd .. | |
ls *.deb | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment