LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing ns2.28 on ubuntu 10.04 (https://www.linuxquestions.org/questions/linux-software-2/installing-ns2-28-on-ubuntu-10-04-a-932110/)

nzny 03-01-2012 04:24 AM

installing ns2.28 on ubuntu 10.04
 
Dear all,

I hope someone can write a complete guideline on how to install ns2.28 on ubuntu 10.04.

I've reviewed through the forums for that matter, unfortunately none of the threads discussing it. (there are many guidelines, but none matches my need, ns2.28 on ubuntu 10.04). I've tried some of the provided guidelines, but the installation was not successful.

Really appreciate your helps.

thank you.

acid_kewpie 03-01-2012 04:31 AM

we are not here to write documentation for you. we are here to help you fix *specific* problems. There's no point telling us something doesn't work if you don't provide any more information to help you with.

knudfl 03-01-2012 04:52 AM

Quote:

.. unfortunately none of the threads discussing it ..
LQ Search : Keyword = ns2.28 ( All versions : Keyword = ns-allinone.)
http://www.linuxquestions.org/questi...0-04-a-842773/
> ".. installing ns 2.28 on ubuntu 10.04"

LQ Search : Tag = ns228
http://www.linuxquestions.org/questi...led-732164/#10
→ → Use the "script_228.txt".

Generally for Ubuntu : sudo apt-get install \
g++ autoconf automake libtool \
libx11-dev libxmu-dev libxmu-headers libxt-dev

And for ns-2.28 : g++-3.4
→ → Tick the 3 Hardy lines in
Synaptic > Settings > Repositories : Other Software.

cd ns-allinone-2.28/ && export CC=gcc-3.4 CXX=g++-3.4 && ./install

.

nzny 03-01-2012 08:41 PM

tq acid and knudfl for your helpful replies...


All times are GMT -5. The time now is 06:44 PM.