New build script, and now building mininet from source (#69)

* moved basic exercise to new run script

* forgot some files

* CLI output now goes to logs

* typo, and forgot topo file

* fixed net.stop() bug

* added temporary change to makefile

* typos hard
This commit is contained in:
Robert MacDavid
2017-11-01 17:43:30 -04:00
committed by Robert Soule
parent 37d1632865
commit bce45ca8e6
9 changed files with 409 additions and 40 deletions

View File

@@ -13,6 +13,12 @@ GRPC_COMMIT="tags/v1.3.0"
NUM_CORES=`grep -c ^processor /proc/cpuinfo`
# Mininet
git clone git://github.com/mininet/mininet mininet
cd mininet
sudo ./util/install.sh -nwv
cd ..
# Protobuf
git clone https://github.com/google/protobuf.git
cd protobuf