KEMBAR78
NS3 Installation Guide (Tested On Ubuntu 16.04) | PDF | Teaching Methods & Materials | Computers
100% found this document useful (1 vote)
161 views1 page

NS3 Installation Guide (Tested On Ubuntu 16.04)

$ sudo apt-get update && sudo apt-get install gcc g++ python python-dev mercurial bzr gdb valgrind gsl-bin libgsl0-dev libgsl0ldbl flex bison tcpdump sqlite sqlite3 libsqlite3-dev libxml2 libxml2-dev libgtk2.0-0 libgtk2.0- dev uncrustify doxygen graphviz imagemagick python-pygraphviz python-kiwi python-pygoocanvas libgoocanvas-dev python-pygccxml. Extract ns-allinone-3.25.tar.bz2 and run commands to build and configure NS-3 and check installation,

Uploaded by

nangaayissi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
161 views1 page

NS3 Installation Guide (Tested On Ubuntu 16.04)

$ sudo apt-get update && sudo apt-get install gcc g++ python python-dev mercurial bzr gdb valgrind gsl-bin libgsl0-dev libgsl0ldbl flex bison tcpdump sqlite sqlite3 libsqlite3-dev libxml2 libxml2-dev libgtk2.0-0 libgtk2.0- dev uncrustify doxygen graphviz imagemagick python-pygraphviz python-kiwi python-pygoocanvas libgoocanvas-dev python-pygccxml. Extract ns-allinone-3.25.tar.bz2 and run commands to build and configure NS-3 and check installation,

Uploaded by

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

NS3 Installation Guide (Tested on Ubuntu 16.

04)

• Open terminal and install necessary packages


$ sudo apt-get update
$ sudo apt-get install gcc g++ python python-dev mercurial bzr gdb valgrind gsl-bin libgsl0-dev
libgsl0ldbl flex bison tcpdump sqlite sqlite3 libsqlite3-dev libxml2 libxml2-dev libgtk2.0-0 libgtk2.0-
dev uncrustify doxygen graphviz imagemagick python-pygraphviz python-kiwi python-pygoocanvas
libgoocanvas-dev python-pygccxml

• Extract ns-allinone-3.25.tar.bz2
• Open terminal go to ns-allinone-3.25 folder location and write command
$ cd ns-allinone-3.25
$ chmod +x build.py
$ ./build.py --enable-examples --enable-tests

• It will take time to run the command at the end you should see “Build finished successfully”
$ cd ns-3.25
$ ./waf -d debug --enable-examples --enable-tests configure
$ ./waf

• To check the installation run this command


$ ./test.py

• Now you should install NetAnim. run thesis commands,


$ sudo apt-get install mercurial
$ sudo apt-get install qt4-dev-tools

• then
$ cd netanim
$ make clean
$ qmake NetAnim.pro
$ make

• This should create an executable named "NetAnim" in the same directory. To start the
application just type "./NetAnim"

You might also like