Skip to content
Snippets Groups Projects
Commit 7268f694 authored by Bob Lantz's avatar Bob Lantz
Browse files

Add gcc to mininet dependencies.

parent a0ca68b6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment