Skip to content

Commit 7dafbe4

Browse files
committed
Merge pull request #63 from kansokusha/master
Update install instruction and install.sh
2 parents cea9553 + 8f66463 commit 7dafbe4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Build OpenNet on your own - Use install.sh
1313
------------------------------------------
1414
Support 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

1820
Run OpenNet
1921
-----------

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)