zoukankan      html  css  js  c++  java
  • miniNExT

    [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.
  • 相关阅读:
    Aria2任意文件写入漏洞
    webpack添加node_path不是('webpack' 不是内部或外部命令,也不是可运行的程序或批处理文件?)
    闭包的7种形式
    首页 多级展示
    velocity模板入门
    AngularJs 时间控件
    mybatis按时间条件搜索
    数据结构之线性表(双向循环链表)
    数据结构之线性表(链表)
    数据结构之线性表(顺序表)
  • 原文地址:https://www.cnblogs.com/dream397/p/13287859.html
Copyright © 2011-2022 走看看