NAM and Xgraph Installation in Ubuntu 18.04 | NS2 Tutorial 23

Installing nam and xgraph in ubuntu 18.04

#nam #xgraph #ns2

Mandatory steps before proceeding the following installation
$] sudo apt update
$] sudo apt install build-essential autoconf automake libxmu-dev
$] sudo apt install gcc-4.8 g++-4.8

Installing ns2 on Ubuntu 18.04

ns2 uses gcc-4.8 as c compiler and
g++-4.8 as C++ Compiler

ns2, nam and xgraph all these softwares were comfortable with 4.8 version so wee need to change these settings inthe Makefile.in

We have to modify at three locations;
1. ns-2.35/Makefile.in
2. nam-1.15/Makefile.in
3. xgraph-12.2/Makefile.in

@CC@ TO gcc-4.8
@CPP@ TO g++-4.8

ns-2.35/linkstate/ls.h
change erase as shown in the Video.

Set the PATH and LD_LIBRARY_PATH in /home/networks/.bashrc file

we have installed ns2, nam and xgraph in the OS Ubuntu 18.04

Subscribe to Engineering Clinic and click the Bell Button to get the updates.

Thanks for watching.
https://www.nsnam.com

Source: https://www.youtube.com/watch?v=G2pIxQOTdos

Leave a Reply

Your email address will not be published. Required fields are marked *