From 05c2d669a92afa214b6f98a05c28084d2c4083a3 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 18 Aug 2010 23:39:07 -0700 Subject: [PATCH] Add make to mininet deps. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 0cb4414..17d22ff 100755 --- a/util/install.sh +++ b/util/install.sh @@ -82,7 +82,7 @@ function kernel_clean { # Install Mininet deps function mn_deps { echo "Installing Mininet dependencies" - sudo apt-get install -y gcc screen psmisc xterm ssh iperf iproute python-setuptools + sudo apt-get install -y gcc make 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"