Friday, February 5, 2010

NS2.31 installation in Linux Ubuntu8.04

I installed 'ns-allinone-2.31' using source package for UBUNTU8.04. Before install ns2 need to installed some dependency. Please follow following link for more details. This is shown 'ns-allinone-2.33' installing on UBUNTU.

Related Link: http://c-perl-programming.blogspot.com/2009/04/ns2-installation-in-linux-ubuntu.html

To set path:
1. export PATH=${PATH}:path01:path02
2. export LD_LIBRARY_PATH='path01, path02'
3. export TCL_LIBRARY=path01