NCTUns-6.0 network simulation software installation on Fedora Linux

In order to install NCTUns-6.0 on your Fedora Linux first install all prerequisites:

# dnf install git gcc-c++

Next, clone a current NCTUns-6.0 repository:

# git clone https://github.com/jorgenio/nctuns.git

Navigate to a NCTUns-6.0’s directory:

# cd nctuns/NCTUns-6.0/

Begin installation of by running install.sh script and follow the installation dialog to fit your environment:

# ./install.sh

For more information read the included README file:

# cat README