This post helps the developers to install NS-2.35 version in Fedora 18. Settings: I have used GNOME Desktop with all softwares selected. See the image below From Fedora 18, a new type of installer is designed as shown. The default installer of Fedora 18 does not install all the softwares that are needed for X Software development, so we need to download those softwares. Installation of NS-2.35 Open Terminal, Give the following command one by one su (press enter and enter your root or super user password) yum groupinstall "X Software Tools" exit (to come out of root user mode) Once installed, download the NS-2.35 allinone software from the following link. https://dl.dropbox.com/u/24623828/ns-allinone-2.35.tar.gz Copy that file to /home/pradeep (This is my home folder) Open terminal again and execute the following commands one by one tar zxvf ns-allinone-2.35.tar.gz cd ns-allinone-2.35 ./install (this is dot slash install) You may possibly get one error dur...
Its all about Network Simulations (NS2, NS3), Internet of Things, Sensor Networks, Programming, Embedded Systems, Cyber Physical Systems, etc