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

Changes between Version 7 and Version 8 of OverSimInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v7 v8  
    55  1. Download [http://www.omnetpp.org/filemgmt/visit.php?lid=122 OMNeT++ 3.3] from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/external/license.php License]
    66
    7   2. Create a new directory (in the following we assume you want to install OMNeT++
    8 and OverSim to ~/sim/) and extract OMNeT++:
     7  2. Create a new directory (in the following we assume you want to install OMNeT++ and OverSim to ~/sim/) and extract OMNeT++:
    98{{{
    109  mkdir ~/sim
     
    1918}}}
    2019
    21   4. Edit ~/sim/omnetpp-3.3/configure.user and change CFLAGS for speed and profiling:
     20  4. Edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling:
    2221{{{
    2322  CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall'
     
    3130}}}
    3231
    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:
     32  6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz INET-20061020-OverSim.tgz] from OverSimDownload and extract in next to your OMNeT++ installation:
    3433{{{
    3534  cd ~/sim
    36   tar xzf /tmp/
     35  tar xzf /tmp/INET-20061020-OverSim.tgz
     36}}}
    3737
    38  
     38  7.
    3939
    4040
    41