Step by step installation of ns 2 34 on ubuntu 14 04
Step by step installation of ns 2 34 on ubuntu 14 04 Step by step installation of ns2.34 on ubuntu 14.04 step 1: step1: Download ns-allinone-2.34.tar.gz Download link: http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.34/ step 2: Copy it to home folder(not compulsory, you can change as per your choice ) step 3:Open Terminal (Altr+ctrl+t) step 3 :Install the basic packages required to install the ns2 $sudo apt-get update $sudo apt-get install build-essential autoconf automake libxmu-dev step 4: Extract tar file to home. In terminal default directory is home. Run follwing command to extract tar file to home directory $tar -zxvf ns-allinone-2.34.tar.gz step 5: Edit line 137 of ns-allinone-2.35/ns-2.35/linkstate/ls.h file as void eraseAll() { this-> e...