diff --git a/util/install.sh b/util/install.sh index 6c1884a..e01d8f5 100755 --- a/util/install.sh +++ b/util/install.sh @@ -79,7 +79,7 @@ function kernel_clean { # Install Mininet deps function mn_deps { echo "Installing Mininet dependencies" - sudo apt-get install -y screen psmisc xterm ssh iperf iproute python-setuptools + sudo apt-get install -y gcc screen psmisc xterm ssh iperf iproute python-setuptools #Add sysctl parameters as noted in the INSTALL file to increase kernel limits to support larger setups: sudo su -c "cat $HOME/mininet/util/sysctl_addon >> /etc/sysctl.conf"