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

Changes between Version 63 and Version 64 of OverSimInstall


Ignore:
Timestamp:
Dec 11, 2012, 3:57:59 PM (11 years ago)
Author:
hartmann@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstall

    v63 v64  
    11= !OverSim Installation Instructions =
    22
    3 These instructions show you how to install !OverSim on Linux, Mac OS X and Windows:
     3These instructions show you how to install !OverSim on Linux and  Windows. [[BR]]
     4[http://oversim.org/wiki/OverSimInstallMacOSX Instructions for Mac OS X] are on a separate page.
    45
    561. Requirements for OMNeT++ and !OverSim:
     
    1011  sudo apt-get install tk-dev blt-dev libgmp-dev
    1112}}}
    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 }}}
    1813    * For Windows: Everything you need is already included in the OMNeT++ 4.2.2 package.
    1914
    20 2. 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]
     152. Download OMNeT++ 4.2.2 ([http://www.omnetpp.org/omnetpp/doc_download/2245-omnet-422-source--ide-tgz Linux] 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]
    2116
    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++:
     173a. (Linux only): Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++:
    2318{{{
    2419  mkdir ~/sim
     
    29243b. (Windows only): Extract the OMNeT++ archive to a new directory (e.g. C:\sim\omnetpp-4.2.2) and double click on {{{mingwenv.cmd}}}
    3025
    31 4. (!Linux/Mac only): Add the following lines to your .bashrc or .profile:
     264. (Linux only): Add the following lines to your .bashrc or .profile:
    3227{{{
    3328  export PATH=~/sim/omnetpp-4.2.2/bin:$PATH