Add gcc to mininet dependencies.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ function kernel_clean {
|
|||||||
# Install Mininet deps
|
# Install Mininet deps
|
||||||
function mn_deps {
|
function mn_deps {
|
||||||
echo "Installing Mininet dependencies"
|
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:
|
#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"
|
sudo su -c "cat $HOME/mininet/util/sysctl_addon >> /etc/sysctl.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user