close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 11, 2012, 3:57:59 PM (13 years ago)
- Author:
-
hartmann@…
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v63
|
v64
|
|
| 1 | 1 | = !OverSim Installation Instructions = |
| 2 | 2 | |
| 3 | | These instructions show you how to install !OverSim on Linux, Mac OS X and Windows: |
| | 3 | These 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. |
| 4 | 5 | |
| 5 | 6 | 1. Requirements for OMNeT++ and !OverSim: |
| … |
… |
|
| 10 | 11 | sudo apt-get install tk-dev blt-dev libgmp-dev |
| 11 | 12 | }}} |
| 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 | 13 | * For Windows: Everything you need is already included in the OMNeT++ 4.2.2 package. |
| 19 | 14 | |
| 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] |
| | 15 | 2. 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] |
| 21 | 16 | |
| 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++: |
| | 17 | 3a. (Linux only): Create a new directory (in the following we assume you want to install OMNeT++ and !OverSim to ~/sim/) and extract OMNeT++: |
| 23 | 18 | {{{ |
| 24 | 19 | mkdir ~/sim |
| … |
… |
|
| 29 | 24 | 3b. (Windows only): Extract the OMNeT++ archive to a new directory (e.g. C:\sim\omnetpp-4.2.2) and double click on {{{mingwenv.cmd}}} |
| 30 | 25 | |
| 31 | | 4. (!Linux/Mac only): Add the following lines to your .bashrc or .profile: |
| | 26 | 4. (Linux only): Add the following lines to your .bashrc or .profile: |
| 32 | 27 | {{{ |
| 33 | 28 | export PATH=~/sim/omnetpp-4.2.2/bin:$PATH |