This post tells you how to install ns-2.35 in ubuntu 14.04 64 bit Operating system. NS2 installation in Ubuntu 14.04 This post also posts a video that shows the installation instructions. 1. There is no audio in this video, please bear with me but these texts will make you understand how the installation is done in linux. 2. Copy the source file into the home folder /home/pradeepkumar/ns-allinone-2.35.tar.gz 3. give this command to untar or unzip the software tar zxvf ns-allinone-2.35.tar.gz cd ns-allinone-2.35/ ./install This command will take some time to get ns2 installed.... Before step 1, give these commands (These commands will install the developmental libraries like C, C++, Tcl, Tk, etc) sudo apt-get update sudo apt-get install build-essential autoconf automake libxmu-dev You may get an error in the ~ns-2.35/linkstate/ls.h file about a small correction in the C++ constructor change a function erase to this->erase and then try ./install This
Its all about Network Simulations (NS2, NS3), Internet of Things, Sensor Networks, Programming, Embedded Systems, Cyber Physical Systems, etc