Skip to content
Snippets Groups Projects
Commit ec226c9b authored by Bob Lantz's avatar Bob Lantz
Browse files

Better order - kernel first, then mininet, then everything else.

parent ee7ee406
No related branches found
No related tags found
No related merge requests found
......@@ -47,19 +47,19 @@ We recommend the following steps, in order:
a) On Debian 5, first install a Mininet-compatible kernel:
$ mininet/util/install.sh -k
Reboot and run 'uname -r' to make sure you're running the new kernel.
b) Install OpenFlow 1.0 and associated useful software
b) Install mininet and its dependencies:
$ mininet/util/install.sh -n
c) Install OpenFlow 1.0 and associated useful software
$ mininet/util/install.sh -f
c) Install Open vSwitch and its kernel module
d) Install Open vSwitch and its kernel module
$ mininet/util/install.sh -vm
d) If you wish to install the version of NOX we use in the tutorial:
e) If you wish to install the version of NOX we use in the tutorial:
$ 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
the brave and/or Linux-savvy, or those who are trying to understand what
is installed and why.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment