From 7268f6943c4ed3cbc53ab337c218647f1b1b0439 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 17 Aug 2010 19:33:24 -0700 Subject: [PATCH] Add gcc to mininet dependencies. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"