Add make to mininet deps.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user