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

Changes between Version 55 and Version 56 of OverSimInstall


Ignore:
Timestamp:
Nov 3, 2010, 3:12:04 PM (14 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v55 v56  
    1818    * For Windows: Everything you need is already included in the OMNeT++ 4.0 package.
    1919
    20 2. Download OMNeT++ 4.1rc1 ([http://www.omnetpp.org/omnetpp/doc_download/2213-omnet-41rc1-source--ide-tgz Linux/Mac] or [http://www.omnetpp.org/omnetpp/doc_download/2214-omnet-41rc1-win32-source--ide--mingw-zip Windows] version) from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/home/license License]
     202. Download OMNeT++ 4.1 ([http://www.omnetpp.org/omnetpp/doc_download/2217-omnet-41-source--ide-tgz Linux/Mac] or [http://www.omnetpp.org/omnetpp/doc_download/http://www.omnetpp.org/omnetpp/doc_download/2218-omnet-41-win32-source--ide--mingw-zip Windows] version) from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/home/license License]
    2121
    22223a. (Linux/Mac only): Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++:
     
    4141}}}
    4242
    43 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20100505.tgz INET-OverSim-20100505.tgz] and extract in next to your OMNeT++ installation:
     436. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20101019.tgz INET-OverSim-20101019.tgz] and extract in next to your OMNeT++ installation:
    4444{{{
    4545  cd ~/sim
    46   tar xzvf /tmp/INET-OverSim-20100505.tgz
     46  tar xzvf /tmp/INET-OverSim-20101019.tgz
    4747}}}
    4848
    49498. Compile the INET framework:
    5050{{{
    51   cd ~/sim/INET-OverSim-20100505
     51  cd ~/sim/INET-OverSim-20101019
    5252  make
    5353}}}
    5454
    55 9. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20100526.tgz OverSim-20100526.tgz] and extract in next to your OMNeT++ installation:
     559. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20101103.tgz OverSim-20101103.tgz] and extract in next to your OMNeT++ installation:
    5656{{{
    5757  cd ~/sim
    58   tar xzvf /tmp/OverSim-20100526.tgz
     58  tar xzvf /tmp/OverSim-20101103.tgz
    5959}}}
    6060
    616110. Compile !OverSim:
    6262{{{
    63   cd ~/sim/OverSim-20100526
     63  cd ~/sim/OverSim-20101103
    6464  make
    6565}}}
     
    7272  * Start Eclipse with ''omnetpp''
    7373  * Create a new workspace by choosing a new workspace directory on Eclipse startup
    74   * ''File''->''Import''->''General''->''Existing Projects into Workspace''->''Next''->select the ''INET-!OverSim-20100505'' directory->''Finish''
     74  * ''File''->''Import''->''General''->''Existing Projects into Workspace''->''Next''->select the ''INET-!OverSim-20101019'' directory->''Finish''
    7575  * Repeat the same steps for the !OverSim project
    7676  * The build process should start automatically - if not, hit ''Ctrl->B''