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

Changes between Version 12 and Version 13 of OverSimInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v12 v13  
    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   0. Requirements for OMNeT++ and !OverSim:
     5  1. Requirements for OMNeT++ and !OverSim:
    66    * [http://tcl.sourceforge.net/ Tcl/Tk 8.4]
    77    * [http://www.swox.com/gmp/ libgmp]
     
    1414}}}
    1515
    16   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]
     16  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]
    1717
    18   2. Create a new directory (in the following we assume you want to install OMNeT++ and OverSim to ~/sim/) and extract OMNeT++:
     18  3. Create a new directory (in the following we assume you want to install OMNeT++ and OverSim to ~/sim/) and extract OMNeT++:
    1919{{{
    2020  mkdir ~/sim
     
    2323}}}
    2424
    25   3. Add the following lines to your .bashrc or .profile:
     25  4. Add the following lines to your .bashrc or .profile:
    2626{{{
    2727  export PATH=$PATH:~/sim/omnetpp-3.3/bin:~/sim/INET-20061020-OverSim/bin
     
    2929}}}
    3030
    31   4. Optionally edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling:
     31  5. Optionally edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling:
    3232{{{
    3333  CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall'
    3434}}}
    3535
    36   5. Compile OMNeT++:
     36  6. Compile OMNeT++:
    3737{{{
    3838  cd ~/sim/omnetpp-3.3
     
    4141}}}
    4242
    43   6. 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:
     43  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:
    4444{{{
    4545  cd ~/sim
     
    4747}}}
    4848
    49   7. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework:
     49  8. Edit INET-20061020-OverSim/inetconfig and change ROOT to your install of the INET framework:
    5050{{{
    5151  ROOT=$(HOME)/sim/INET-20061020-OverSim
    5252}}}
    5353
    54   8. Compile the INET framework:
     54  9. Compile the INET framework:
    5555{{{
    5656  ./makemake
     
    5858}}}
    5959
    60   9. 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:
     60  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:
    6161{{{
    6262  cd ~/sim
     
    6464}}}
    6565
    66   10. Compile OverSim:
     66  11. Compile OverSim:
    6767{{{
    6868  cd ~/sim/OverSim