Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mininet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olaf Bergmann
mininet
Commits
8eae2550
Commit
8eae2550
authored
14 years ago
by
Bob Lantz
Browse files
Options
Downloads
Patches
Plain Diff
Changed installation notes to reflect VM image install.
parent
9a17de91
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+25
-7
25 additions, 7 deletions
INSTALL
with
25 additions
and
7 deletions
INSTALL
+
25
−
7
View file @
8eae2550
...
...
@@ -7,24 +7,40 @@ Alpha release, March 2010
(Disclaimer: this is an early alpha release; things may be broken!)
The easiest way to get Mininet running is to use one of our pre-built
virtual machine images from:
The easiest way to get Mininet running is to start with one of our pre-built virtual machine images from:
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/MininetGettingStarted
If you are Linux-savvy and wish to take on the challenge of installing
Mininet and its dependencies from scratch, the requirements are described
below.
Once you have booted up the VM image, all you need to do to install
Mininet is:
git clone git@yuba.stanford.edu:mininet.git
cd mininet
sudo make install
At this point, it should be possible to run a simple Mininet configuration
from the command line:
sudo mn
As an alternative, if you are Linux-savvy, do not wish to use the VM
image, and wish to take on the challenge of installing Mininet and its
dependencies from scratch, the requirements are described below.
---
Mininet Manual Installation Notes
These installation notes assume you understand how to do things like
compile kernels, apply patches, configure networks, write code, etc.. If
this is unfamiliar territory, or if you run into trouble, we recommend
using one of our pre-built virtual machine images (see above.)
Mininet manual installation:
1. Core Mininet installation
The core Mininet installation requires gcc, make, python,
and setuptools.
To install Mininet itself, with root privileges:
# make install
...
...
@@ -133,3 +149,5 @@ Mininet manual installation:
Multiple concurrent Mininet instances are not supported!
Good luck!
---
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment