Get the options right...

This commit is contained in:
Bob Lantz
2010-08-19 16:48:02 -07:00
parent 40beaabc14
commit ee7ee4065c
+5 -2
View File
@@ -51,12 +51,15 @@ a) On Debian 5, first install a Mininet-compatible kernel:
b) Install OpenFlow 1.0 and associated useful software b) Install OpenFlow 1.0 and associated useful software
$ mininet/util/install.sh -f $ mininet/util/install.sh -f
c) Install Open vSwitch c) Install Open vSwitch and its kernel module
$ mininet/util/install.sh -f $ mininet/util/install.sh -vm
d) If you wish to install the version of NOX we use in the tutorial: d) If you wish to install the version of NOX we use in the tutorial:
$ mininet/util/install.sh -x $ mininet/util/install.sh -x
e) Install mininet and its dependencies:
$ mininet/util/install.sh -n
Good luck! Some additional installation notes are provided below, for Good luck! Some additional installation notes are provided below, for
the brave and/or Linux-savvy, or those who are trying to understand what the brave and/or Linux-savvy, or those who are trying to understand what
is installed and why. is installed and why.