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
0608b593
Commit
0608b593
authored
15 years ago
by
Brandon Heller
Browse files
Options
Downloads
Patches
Plain Diff
Add notes on installing NOX on Deb testing.
parent
ea7c8795
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
NOX_INSTALL
+25
-0
25 additions, 0 deletions
NOX_INSTALL
with
25 additions
and
0 deletions
NOX_INSTALL
0 → 100644
+
25
−
0
View file @
0608b593
NOX Install on deb testing:
Install deps:
sudo apt-get install autoconf automake g++ libtool python python-twisted swig libxerces-c2-dev libssl-dev make python-dev libboost-filesystem1.38-dev libboost1.38-dev libboost-test1.38-dev
Get NOX repo:
git clone git://noxrepo.org/nox
cd nox
If you don't need all the libraries, just the coreapps (faster build):
./boot.sh --apps-core
If you do need all the libraries:
./boot.sh
Build
mkdir build/
cd build/
../configure --with-python=yes
Run w/pyswitch:
cd src
./nox_core -i ptcp: pyswitch
Kill (not name to kill is different than name to load):
sudo killall lt-nox_core
\ No newline at end of file
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