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

Changes between Version 16 and Version 17 of OverSimInstall


Ignore:
Timestamp:
Dec 15, 2006, 5:30:34 PM (17 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v16 v17  
    33These instructions show you how to install !OverSim for Linux. Compiling and running !OverSim for Windows is currently not supported (If you want to compile !OverSim for windows, you should take a look at the [http://www.omnetpp.org/pmwiki/index.php?n=Main.OmnetppInstallation OMNeT++ install instructions for Windows]).
    44
    5   1. Requirements for OMNeT++ and !OverSim:
     51. Requirements for OMNeT++ and !OverSim:
    66    * [http://tcl.sourceforge.net/ Tcl/Tk 8.4]
    77    * [http://www.swox.com/gmp/ libgmp]
     
    1313  }}}
    1414
    15   2. 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]
     152. 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]
    1616
    17   3. Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++:
     173. Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++:
    1818{{{
    1919  mkdir ~/sim
     
    2222}}}
    2323
    24   4. Add the following lines to your .bashrc or .profile:
     244. Add the following lines to your .bashrc or .profile:
    2525{{{
    2626  export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim/bin
     
    2828}}}
    2929
    30   5. Optionally edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling:
     305. Optionally edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling:
    3131{{{
    3232  CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall'
    3333}}}
    3434
    35   6. Compile OMNeT++:
     356. Compile OMNeT++:
    3636{{{
    3737  cd ~/sim/omnetpp-3.3
     
    4040}}}
    4141
    42   7. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz INET-20061020-OverSim.tgz] and extract in next to your OMNeT++ installation:
     427. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz INET-20061020-OverSim.tgz] and extract in next to your OMNeT++ installation:
    4343{{{
    4444  cd ~/sim
     
    4646}}}
    4747
    48   8. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework:
     488. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework:
    4949{{{
    5050  ROOT=$(HOME)/sim/INET-20061020-OverSim
    5151}}}
    5252
    53   9. Compile the INET framework:
     539. Compile the INET framework:
    5454{{{
    5555  ./makemake
     
    5757}}}
    5858
    59  10. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20061215.tgz OverSim-20061215.tgz] and extract in next to your OMNeT++ installation:
     5910. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20061215.tgz OverSim-20061215.tgz] and extract in next to your OMNeT++ installation:
    6060{{{
    6161  cd ~/sim
     
    6363}}}
    6464
    65  11. Compile !OverSim:
     6511. Compile !OverSim:
    6666{{{
    6767  cd ~/sim/OverSim