INSTALL
changeset 421 56928998e05c
equal deleted inserted replaced
420:32ebc6582692 421:56928998e05c
       
     1 ns-3.0.1 snapshot release, March 2007
       
     2 
       
     3 1.  Tested platforms:
       
     4 
       
     5 - Windows XP 32-bit Cygwin
       
     6 
       
     7 - Linux Fedora Core 5 x86
       
     8 
       
     9 - OS X 10.4.7 or later with XCode 2.4 or later 
       
    10 
       
    11 2.  Prerequisites:
       
    12 
       
    13 - The SCons build system (http://www.scons.org) version 0.96.1 or later
       
    14 
       
    15 - gcc (version 3.4 or later)
       
    16 
       
    17 3.  Installing into your current directory:
       
    18 
       
    19 tar xvfz ns-3.0.1.tar.gz
       
    20 cd ns-3.0.1
       
    21 scons
       
    22 cd build-dir/dbg-shared/bin/
       
    23 ./simple-p2p
       
    24 
       
    25 The above steps will run a simple program whose source is found in
       
    26 ns-3.0.1/examples/simple-p2p.cc
       
    27 Some minimal trace output is found in simple-p2p.tr.
       
    28 
       
    29 Note:  OS X users may need to set the following env. variable from
       
    30 the bin/ directory above:
       
    31 setenv DYLD_LIBRARY_PATH `pwd`/../lib
       
    32 
       
    33 4.  For more information, read
       
    34 ns-3.0.1-documentation.pdf
       
    35