#!/bin/bash
# NS-3 installer
# One love
# scripted? ?by @fr1t3
echo "NS-3 Update"
echo"Updating/Fetching and that kind of things"
apt-get update
echo "Installing"
sudo
apt-get install ns3
apt-get install mercurial
apt-get install qt4-qmake
apt-get install libqt4-dev
apt-get install qt4-dev-tools
echo "Cloning the GUI"
#Cloning the GUI
hg clone http://svnet.u-strasbg.fr/hg/ns-3-generator
hg clone http://code.nsnam.org/netanim
cd ns-3-generator
qmake
make

	


