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

Changes between Version 60 and Version 61 of OverSimInstall


Ignore:
Timestamp:
Dec 7, 2012, 2:08:52 PM (11 years ago)
Author:
baumgart@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v60 v61  
    20202. Download OMNeT++ 4.2.2 ([http://www.omnetpp.org/omnetpp/doc_download/2245-omnet-422-source--ide-tgz Linux/Mac] or [http://www.omnetpp.org/omnetpp/doc_download/2246-omnet-422-win32-source--ide--mingw-zip Windows] version) from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/home/license License]
    2121
    22 3a. (Linux/Mac only): 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++:
    2323{{{
    2424  mkdir ~/sim
     
    29293b. (Windows only): Extract the OMNeT++ archive to a new directory (e.g. C:\sim\omnetpp-4.2.2) and double click on {{{mingwenv.cmd}}}
    3030
    31 4. (Linux/Mac only): Add the following lines to your .bashrc or .profile:
     314. (!Linux/Mac only): Add the following lines to your .bashrc or .profile:
    3232{{{
    3333  export PATH=~/sim/omnetpp-4.2.2/bin:$PATH
     
    7474  * Start Eclipse with ''omnetpp''
    7575  * Create a new workspace by choosing a new workspace directory on Eclipse startup
    76   * ''File''->''Import''->''General''->''Existing Projects into Workspace''->''Next''->select the ''INET-!OverSim-20101019'' directory->''Finish''
     76  * ''File''->''Import''->''General''->''Existing Projects into Workspace''->''Next''->select the ''inet'' directory->''Finish''
    7777  * Repeat the same steps for the !OverSim project
    7878  * The build process should start automatically - if not, hit ''Ctrl->B''
     
    8080== How to build !OverSim for a simulation machine or embedded device without X11 ==
    8181
    82   * You don't have to install Tcl/Tk, if you only need ''Cmdenv''. Add the following option to ''omnetpp-4.1/configure.user'':
     82  * You don't have to install !Tcl/Tk, if you only need ''Cmdenv''. Add the following option to ''omnetpp-4.1/configure.user'':
    8383{{{
    8484  NO_TCL=true
    8585}}}
    86   * Use "make MODE=release" to compile INET and OverSim for optimized binaries without debug information.
     86  * Use "make MODE=release" to compile INET and !OverSim for optimized binaries without debug information.