Add gcc to mininet dependencies.

This commit is contained in:
Bob Lantz
2010-08-17 19:33:24 -07:00
parent a0ca68b6b8
commit 7268f6943c
+1 -1
View File
@@ -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"