Mininet 2.3.0b1 (#1019)

Also tweak README.md, INSTALL, and CONTRIBUTORS
This commit is contained in:
lantz
2021-01-29 16:15:39 -08:00
committed by GitHub
parent 96ac94a985
commit b6ad3a1619
5 changed files with 42 additions and 15 deletions
+5 -8
View File
@@ -2,7 +2,7 @@
Mininet Installation/Configuration Notes
----------------------------------------
Mininet 2.3.0a1
Mininet 2.3.0b1
---
The supported installation methods for Mininet are 1) using a
@@ -32,19 +32,16 @@ like to contribute an installation script, we would welcome it!)
2. Next-easiest option: use our Ubuntu package!
To install Mininet itself (i.e. `mn` and the Python API) on Ubuntu
12.10+:
16.04+:
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*
Note: this may install an older version of Mininet. If you would
like the latest version, consider a native install from source.
3. Native installation from source
3.1. Native installation from source on Ubuntu 12.04+
3.1. Native installation from source on Ubuntu 16.04+
If you're reading this, you've probably already done so, but the
command to download the Mininet source code is: