Tuesday, December 11, 2012

How to install NS2.35 and NAM in Ubuntu 12.04


 Download NS-23.5 from the Link
  1. Go to terminal (ctrl+Alt+t) and install the necessary updates using the command “sudo apt-get update”  (without Quotes)
  2. Then install the ns2 required libraries using the command “sudo apt-get install build-essential autoconf automake libxmu-dev” (without quotes)
  3. Untar the downloaded ns-allinone-xxx.tar.gz file using the command “tar zxvf ns-allinone-2.35.tar.gz”
  4. execute the commands one by one as given below
cd ns-allinone-2.35

./install

cd

sudo apt-get install ns2

Installing NAM

 cd ns-allinone-2.35/nam-1.15/
sudo make install

Related post

How to run NSG2 in Ubuntu 12.04

No comments:

Post a Comment