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

Changes between Version 37 and Version 38 of OverSimInstall


Ignore:
Timestamp:
Mar 22, 2009, 9:43:46 PM (15 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v37 v38  
    44
    551. Requirements for OMNeT++ and !OverSim:
    6     * [http://tcl.sourceforge.net/ Tcl/Tk 8.4 + optionally BLT]
    7     * [http://gmplib.org/ libgmp]
    8 
    9   If you have a debian-based distribution like Ubuntu you can install these packages with:
     6    * For Linux:
     7      * [http://tcl.sourceforge.net/ Tcl/Tk 8.4 with BLT] and [http://gmplib.org/ libgmp]
     8      * On Ubuntu you can install these packages with:
    109{{{
    1110  sudo apt-get install tk8.4-dev libgmp3-dev blt-dev
    1211}}}
     12    * For Mac OS X 10.5
     13      * [http://developer.apple.com/TOOLS/xcode/ Xcode 3.x] and [http://www.finkproject.org/ Fink (includes libgmp)]
     14      * After installation of Fink open a terminal and install libgmp with:
     15{{{
     16  sudo apt-get install libgmp3-dev
     17}}}
     18    * For Windows: Everything you need is already included in the OMNeT++ 4.0 package.
    1319
    14 2. Download [http://www.omnetpp.org/filemgmt/visit.php?lid=164 OMNeT++ 4.0] from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/external/license.php License]
     202. Download OMNeT++ 4.0 ([http://www.omnetpp.org/filemgmt/visit.php?lid=164 Linux/Mac] or [http://www.omnetpp.org/filemgmt/visit.php?lid=163 Windows] version) from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/external/license.php License]
    1521
    16 3. Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++:
     223a. (Linux/Mac only): Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++:
    1723{{{
    1824  mkdir ~/sim
     
    2127}}}
    2228
    23 4. Add the following lines to your .bashrc or .profile:
     293b. (Windows only): Extract OMNeT++ archive in a new directory (e.g. C:\sim\omnetpp-4.0) and double click on {{{mingwenv.cmd}}}
     30
     314. (Linux/Mac only): Add the following lines to your .bashrc or .profile:
    2432{{{
    2533  export PATH=~/sim/omnetpp-4.0/bin:$PATH
    2634}}}
    2735
    28 
    29 5. Compile OMNeT++.
     365. Compile OMNeT++ (no need to change the directoy on Windows):
    3037{{{
    3138  cd ~/sim/omnetpp-4.0
     
    5865}}}
    5966
    60 Congratulations - now you should have a working !OverSim installation! For instructions how to use !OverSim look at OverSimUsage.
     67Congratulations - now you should have a working !OverSim installation!  For instructions how to use !OverSim look at OverSimUsage.
    6168
    62 If you want to install obsolete OverSim releases visit the OldOverSimInstall page.
     69You can also use the included Eclipse IDE to compile OverSim:
     70  * Start Eclipse with ''omnetpp''
     71  * Create a new workspace by choosing a new workspace directory on Eclipse startup
     72  * ''File''->''Import''->''General''->''Existing Projects into Workspace''->''Next''->select the ''INET-!OverSim-20090317'' directory->''Finish''
     73  * Repeat the same steps for the !OverSim project
     74  * The build process should start automatically - if not, hit ''Ctrl->B''
     75
     76If you want to install obsolete !OverSim releases visit the OldOverSimInstall page.