菜单 学习猿地 - LMONKEY

VIP

开通学习猿地VIP

尊享10项VIP特权 持续新增

知识通关挑战

打卡带练!告别无效练习

接私单赚外块

VIP优先接,累计金额超百万

学习猿地私房课免费学

大厂实战课仅对VIP开放

你的一对一导师

每月可免费咨询大牛30次

领取更多软件工程师实用特权

入驻
165
0

miniNExT

原创
05/13 14:22
阅读数 95114

 

[root@kunpeng82 miniNExT]# make deps
help2man python-setuptools python-pip
[root@kunpeng82 miniNExT]# yum install `make deps`
Installing MiniNExT Dependencies
MiniNExT depends on a packages that may not be installed by default with Mininet.

To list these dependencies, execute the following in the directoy where you extracted MiniNExT:

$ make deps
These dependencies can be installed on Debian/Ubuntu by executing:

$ sudo apt-get install `make deps`
Installing MiniNExT
To install MiniNExT, execute the following in the directoy where you extracted MiniNExT:

$ sudo make install
Uninstalling MiniNExT
To uninstall MiniNExT, execute the following in the directoy where you extracted MiniNExT:

$ sudo make uninstall
Note that the pip package must be installed for this to work.

Developer Installation
If you're extending or debugging MiniNExT, you likely do not want to install to the system's Python library.

Instead, you can run the following command to install MiniNExT in developer mode:

$ sudo make develop
This triggers the development mode that is provided by the setuptools package, which then creates a link instead of performing a complete installation. However, note that the mxexec and supporting help files are still installed into their respective system paths.

To remove, run:

$ sudo make undevelop
Note: MiniNExT no longer forks Mininet
Previously MiniNExT functionality was built by forking and modifying the original Mininet source code. However, this created conflicts with existing Mininet installations and made it difficult to merge in upstream changes. MiniNExT has been redesigned to extend Mininet, and does not impact default Mininet execution.

 

发表评论

0/200
165 点赞
0 评论
收藏
为你推荐 换一批