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

Add make to mininet deps.

parent cc16d2ce
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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