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:
committed by
Robert Soule
parent
37d1632865
commit
bce45ca8e6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user