File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ Build OpenNet on your own - Use install.sh
1313------------------------------------------
1414Support Ubuntu 14.04.1
1515
16+ $ git clone https://github.com/dlinknctu/OpenNet.git
1617 $ sudo ./install.sh -a
18+ After a successful installation, the script will show "OpenNet installation complete."
1719
1820Run OpenNet
1921-----------
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ function enviroment {
7070 systemctl disable firewalld.service
7171 fi
7272 if [ " $DIST " = " Ubuntu" ] ; then
73- $install gcc g++ python python-dev make cmake gcc-4.8-multilib g++-4.8-multilib \
74- python-setuptools unzip curl build-essential debhelper make autoconf automake \
73+ $install gcc g++ python python-dev git vim make cmake gcc-4.8-multilib g++-4.8-multilib \
74+ python-setuptools unzip curl build-essential debhelper autoconf automake \
7575 patch dpkg-dev libssl-dev libncurses5-dev libpcre3-dev graphviz python-all \
7676 python-qt4 python-zopeinterface python-twisted-conch uuid-runtime \
7777 qt4-dev-tools python-networkx
You can’t perform that action at this time.
0 commit comments