0% found this document useful (0 votes)
20 views

Ns3

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Ns3

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sudo apt update

sudo apt -y upgrade


sudo apt install build-essential libsqlite3-dev libboost-all-dev libssl-dev git
python3-setuptools castxml
sudo apt install gir1.2-goocanvas-2.0 gir1.2-gtk-3.0 libgirepository1.0-dev
python3-dev python3-gi python3-gi-cairo python3-pip python3-pygraphviz python3-
pygccxml
sudo apt install g++ pkg-config sqlite3 qt5-default mercurial ipython3 openmpi-bin
openmpi-common openmpi-doc libopenmpi-dev autoconf cvs bzr unrar gdb valgrind
uncrustify doxygen graphviz imagemagick python3-sphinx dia tcpdump libxml2 libxml2-
dev cmake libc6-dev libc6-dev-i386 libclang-6.0-dev llvm-6.0-dev automake
cd ~
sudo su
cd
pip3 install kiwi
exit
cd
wget -c https://www.nsnam.org/releases/ns-allinone-3.30.1.tar.bz2
tar -xvjf ns-allinone-3.33.tar.bz2
./waf configure --enable-examples
./waf
./waf --run hello-simulator

You might also like