LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing ns-3 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-ns-3-a-637560/)

minhajhussan 04-24-2008 11:02 AM

installing ns-3
 
hi,
i want to install ns-3 from synaptic i have ubuntu. but its not in the list . how can i add its packages to synaptic. i dont want to install it manually because it has lot of dependencies.

knudfl 04-24-2008 02:54 PM

ns-3 (replacement for ns-2) is one standalone program, ns-3.0.12.tar.gz from
http://www.sfr-fresh.com/unix/privat...-3.0.12/README
Quote:
The code for the framework and the default models provided
by ns-3 is built as a set of libraries. User simulations
are expected to be written as simple programs that make
use of these ns-3 libraries.

Unpack to /home/"user" and build with command
'./waf configure --enable-gcov' and './waf'
and then just follow doc/build.txt
(Forgot: no "dependencies", all you need is python and g++)

Also consider: ns-allinone-2.32 (ns-2)


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