Add make to mininet deps.

This commit is contained in:
Bob Lantz
2010-08-18 23:39:07 -07:00
parent cc16d2ce29
commit 05c2d669a9
+1 -1
View File
@@ -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"