close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 6 and Version 7 of OverSimInstall


Ignore:
Timestamp:
Dec 15, 2006, 4:52:22 PM (17 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v6 v7  
    88and OverSim to ~/sim/) and extract OMNeT++:
    99{{{
    10    mkdir ~/sim
    11    cd ~/sim
    12    tar xzf /tmp/omnetpp-3.3-src.tgz
     10  mkdir ~/sim
     11  cd ~/sim
     12  tar xzf /tmp/omnetpp-3.3-src.tgz
    1313}}}
    1414
    15   3. Add the following lines to your .bashrc or .profile
     15  3. Add the following lines to your .bashrc or .profile:
    1616{{{
    17    export PATH=$PATH:~/sim/omnetpp-3.3/bin
    18    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib
     17  export PATH=$PATH:~/sim/omnetpp-3.3/bin
     18  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/sim/omnetpp-3.3/lib
    1919}}}
    2020
    2121  4. Edit ~/sim/omnetpp-3.3/configure.user and change CFLAGS for speed and profiling:
    2222{{{
    23    CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall'
     23  CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall'
    2424}}}
    2525
    26   5. Compile OMNeT++
     26  5. Compile OMNeT++:
    2727{{{
    28    cd ~/sim/omnetpp-3.3
    29    ./configure
    30    make
     28  cd ~/sim/omnetpp-3.3
     29  ./configure
     30  make
    3131}}}
    3232
    33   6.   
     33  6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz] from OverSimDownload and extract in next to your OMNeT++ installation:
     34{{{
     35  cd ~/sim
     36  tar xzf /tmp/
     37
     38   
    3439
    3540