#cse247 #computerscienceengineering
This video shows the step by step installation process of Omnet++ or Omnetpp in Ubuntu 16.04.
$ sudo apt-get update
$ sudo apt-get install build-essential gcc g++ bison flex perl \qt5-default tcl-dev tk-dev libxml2-dev zlib1g-dev default-jre \doxygen graphviz libwebkitgtk-3.0-0 libopenscenegraph-dev \openscenegraph-plugin-osgearth libosgearth-dev openmpi-bin libopenmpi-dev
**Now Download the omnetpp file from omnet website https://www.omnetpp.org/omnetpp
**open a new terminal
$ cd Downloads
$ tar xvfz omnetpp-5.2-src.tgz
$ cd omnetpp-5.2.1
$ . setenv ** note down space between . and setenv
** Now copy the path which is /home/user/Downloads/omnetpp-5.2.1
$ gedit ~/.bashrc
**Add the following line at the end of the file, then save it:
export PATH=$PATH:/home/user/Downloads/omnetpp-5.2.1/bin
**Here user is your pc-name
**now closed the current terminal which is very important
**open a new terminal
$ cd Downloads
$ cd omnetpp-5.2.1
$ ./configure
$ make
$ omnetpp