The recommended way of installing the INET Framework, especially less recent versions, is opp_env. opp_env provides automated installation of over 70 models or model frameworks, with dependencies, including matching versions of OMNeT++.
An example session:
$ mkdir inet_workspace $ cd inet_workspace $ opp_env init $ opp_env install inet-latest # or replace "latest" with a specific version $ opp_env shell
Note that this installs OMNeT++ too, so you don’t need a pre-existing installation.
All-in-one variant:
$ opp_env shell --init -w inet_workspace --install inet-latest
Recent versions of the OMNeT++ IDE can download and install INET (the latest stable version) for you.
Steps to follow?
omnetpp
)If you skipped this step (opened the workbench but skipped installing INET), nothing is lost:
Both ways, the IDE will download, unpack, and automatically build INET from the sources.
If you downloaded an INET version other than the latest stable one, and you cannot or don’t want to use opp_env, you’ll need to install it manually.
The procedure:
INSTALL
(or INSTALL.md
) file in the archive.You can read the INSTALL
file that belongs to the current development version (git master
branch)
here.