INSTALL: Fixing the path of install.sh

Signed-off-by: M S Vishwanath Bhat <msvbhat@gmail.com>
This commit is contained in:
M S Vishwanath Bhat
2015-06-14 14:02:31 +05:30
parent 5f68be2273
commit 8871893993
+4 -4
View File
@@ -81,7 +81,7 @@ like to contribute an installation script, we would welcome it!)
To install Mininet itself, the OpenFlow reference implementation, and To install Mininet itself, the OpenFlow reference implementation, and
Open vSwitch, you may use: Open vSwitch, you may use:
mininet/util/install.sh -fnv util/install.sh -fnv
This should be reasonably quick, and the following command should This should be reasonably quick, and the following command should
work after the installation: work after the installation:
@@ -92,14 +92,14 @@ like to contribute an installation script, we would welcome it!)
including POX, the OpenFlow WireShark dissector, the `oftest` including POX, the OpenFlow WireShark dissector, the `oftest`
framework, and other potentially useful software, you may use: framework, and other potentially useful software, you may use:
mininet/util/install.sh -a util/install.sh -a
This takes about 4 minutes on our test system. This takes about 4 minutes on our test system.
You can change the directory where the dependencies are installed using You can change the directory where the dependencies are installed using
the -s <directory> flag. the -s <directory> flag.
mininet/util/install.sh -s <directory> -a util/install.sh -s <directory> -a
3.2. Native installation from source on Fedora 18+. 3.2. Native installation from source on Fedora 18+.
@@ -128,7 +128,7 @@ like to contribute an installation script, we would welcome it!)
* install Mininet, the OpenFlow reference implementation, and * install Mininet, the OpenFlow reference implementation, and
Open vSwitch Open vSwitch
mininet/util/install.sh -fnv util/install.sh -fnv
* enable and start openvswitch * enable and start openvswitch