Posts

Showing posts from January, 2020

Installing ns2-allinone in ubuntu 18.04

Image
Hi,everyone here all the following steps to install ns2-allinone package in ubuntu 18.04. Download the latest allinone patched for gcc-5 from this link    https://drive.google.com/file/d/0B7S255p3kFXNVVlxR0ZNRGVORjQ/view?usp=sharing You can automate the rest of the process by putting the downloaded file and this script in one folder. The link to the script:  https://pastebin.com/vqRsfYiD Copy paste the following commands: sudo echo "deb http://in.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list sudo echo "deb http://in.archive.ubuntu.com/ubuntu/ xenial universe" >> /etc/apt/sources.list sudo apt update sudo apt install gcc-4.8 g++-4.8  sudo apt install build-essential autoconf wget sudo apt install perl libxt-dev libx11-dev libxmu-dev extract the downloaded ns2-allinone package. I will be assuming that extracted files are in ~/ns-allinone-2.35  Copy paste the following commands: export CC=gcc-4.8 CXX=