Let’s take a look about the installation of OMNeT++ in Ubuntu 20.04 over this article as the clear depiction of step by step process.
Installation of Basic Libraries
The following commands have to be executed in the Ubuntu terminal to install the basic libraries.
sudo apt-get update
sudo apt-get install build-essential gcc g++ bison flex perl tcl-dev tk-dev libxml2-dev zlib1g-dev default-jre doxygen graphviz libwebkitgtk-1.0-0
sudo apt-get install qt4-qmake libqt4-dev libqt4-opengl-dev openscenegraph libopenscenegraph-dev openscenegraph-plugin-osgearth osgearth osgearth-data libosgearth-dev
Download OMNeT++ in Ubuntu 20.04
Then, we have to download the packages based on OMNeT++ in Ubuntu 20.04 through the below mentioned URL,
Additionally, we can unpack the package through the execution of the below mentioned commands.
tar xvfz omnetpp-5.2-src.tgz
Editing Bashrc Shell and Configure .user File
Consequently, we have to edit the bashrc shell and configure .user file using the below mentioned commands.
export PATH=$PATH:/home/homedirectory/omnetpp-5.2/bin
export OMNET_DIR=:/home/ homedirectory /omnetpp-5.2
WITH_TKENV=no
WITH_QTENV=no
Install OMNeT++ in Ubuntu 20.04
At that point, we have to install the OMNeT++ in Ubuntu 20.04 through the implementation of the below mentioned commands.
./configure
make
If you people have any difficulties in the installation of OMNeT++, then reach us and we provide the appropriate guidance.