NS-2.35 installation in Ubuntu 22.04 This post shows how to install ns-2.35 in Ubuntu 22.04 Operating System Since ns-2.35 is too old, it needs the following packages gcc-4.8 g++-4.8 gawk and some more libraries Follow the video for more instructions So, here are the steps to install this software: To download and extract the ns2 software Download the software from the following link http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz/download Extract it to home folder and in my case its /home/pradeepkumar (I recommend to install it under your home folder) $ tar zxvf ns-allinone-2.35.tar.gz or Right click over the file and click extract here and select the home folder. $ sudo apt update $ sudo apt install build-essential autoconf automake libxmu-dev gawk To install gcc-4.8 and g++-4.8 $ sudo gedit /etc/apt/sources.list make an entry in the above file deb http://in.archive.ubuntu.com/ubuntu/ bionic main universe $ sudo apt update Since, it...
Can I download the autoconfiguration files or the packages which u mentioned in step 4, seperately and then install them later on?
ReplyDeletestep no three not clear
ReplyDeletei hav set the environ variables by appending it to .bashrc file (logged out and logged in)still ns command is not working.. any suggestion where could i go wrong ..?
ReplyDeletewhile installing NS2.30 under ubuntu 9.04.........still i am getting error while running nam command
ReplyDeletehere the errors are :
nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox {
%W yview scroll [expr {- (%D)}] units
}
bind Li..."
hi ! i couldn't understand step 9 ! I don't know how to modify the file! i opened it but i dont know how exactly & where i should write the path ;
ReplyDeleteit would be great if you could help me ; Thanks :)
sir,
ReplyDeleteI am doing ph.d on ad hoc network.
i want to run ns2 on ubuntu9.4.
step 3 i completed. My data card is not supported for linux. so Can I download the autoconfiguration files or the packages which u mentioned in step 4, seperately and then install them later on?
please reply
thank you
kumar
hey,,..
ReplyDeletei want to install ns 2.29.3 on ubuntu 10.10...
i want a stepwise procedure like the one u have given..