ns-3 Installation
ns-3 Installation
• netanim Installation
o Open a new terminal window.
o $ sudo apt-get install qt5-default mercurial
o $ cd Desktop/ns-allinone-3.33/netanim-3.108
o $ make clean (make: *** No rule to make target 'clean'. Stop. à this output is not an
error it means that the make is already clean)
o $ qmake NetAnim.pro
o $ make
o Open the NetAnim application à $ ./NetAnim
• VS Code Installation
o Open Ubuntu Software à Development à Visual Studio Code à Install.
o Open VS code and install C/C++ Microsoft Extension.