From 88718939933926ad5c0e6f5d40f0c89f87bc227b Mon Sep 17 00:00:00 2001 From: M S Vishwanath Bhat Date: Sun, 14 Jun 2015 14:02:31 +0530 Subject: [PATCH] INSTALL: Fixing the path of install.sh Signed-off-by: M S Vishwanath Bhat --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index f9d7788..42fc4cc 100644 --- a/INSTALL +++ b/INSTALL @@ -81,7 +81,7 @@ like to contribute an installation script, we would welcome it!) To install Mininet itself, the OpenFlow reference implementation, and Open vSwitch, you may use: - mininet/util/install.sh -fnv + util/install.sh -fnv This should be reasonably quick, and the following command should 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` 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. You can change the directory where the dependencies are installed using the -s flag. - mininet/util/install.sh -s -a + util/install.sh -s -a 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 Open vSwitch - mininet/util/install.sh -fnv + util/install.sh -fnv * enable and start openvswitch