Add note regarding removing old OVS junk.
This commit is contained in:
@@ -28,6 +28,12 @@ To install Mininet itself (i.e. mn and the Python API) on Ubuntu 12.10+
|
|||||||
|
|
||||||
sudo apt-get install mininet
|
sudo apt-get install mininet
|
||||||
|
|
||||||
|
Note: if you are upgrading from an older version of Mininet, make sure you
|
||||||
|
remove the old OVS from /usr/local:
|
||||||
|
|
||||||
|
sudo rm /usr/local/bin/ovs*
|
||||||
|
sudo rm /usr/local/sbin/ovs*
|
||||||
|
|
||||||
3. Native installation from source on Ubuntu 11.10+
|
3. Native installation from source on Ubuntu 11.10+
|
||||||
|
|
||||||
If you're reading this, you've probably already done it, but the command to
|
If you're reading this, you've probably already done it, but the command to
|
||||||
|
|||||||
+1
-1
@@ -114,7 +114,7 @@ FULL_PATH_NAMES = YES
|
|||||||
# If left blank the directory from which doxygen is run is used as the
|
# If left blank the directory from which doxygen is run is used as the
|
||||||
# path to strip.
|
# path to strip.
|
||||||
|
|
||||||
STRIP_FROM_PATH =
|
STRIP_FROM_PATH =
|
||||||
|
|
||||||
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
||||||
# the path mentioned in the documentation of a class, which tells
|
# the path mentioned in the documentation of a class, which tells
|
||||||
|
|||||||
Reference in New Issue
Block a user