close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 7, 2012, 2:08:52 PM (12 years ago)
- Author:
-
baumgart@…
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v60
|
v61
|
|
20 | 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] |
21 | 21 | |
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++: |
| 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++: |
23 | 23 | {{{ |
24 | 24 | mkdir ~/sim |
… |
… |
|
29 | 29 | 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 | 30 | |
31 | | 4. (Linux/Mac only): Add the following lines to your .bashrc or .profile: |
| 31 | 4. (!Linux/Mac only): Add the following lines to your .bashrc or .profile: |
32 | 32 | {{{ |
33 | 33 | export PATH=~/sim/omnetpp-4.2.2/bin:$PATH |
… |
… |
|
74 | 74 | * Start Eclipse with ''omnetpp'' |
75 | 75 | * 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'' |
77 | 77 | * Repeat the same steps for the !OverSim project |
78 | 78 | * The build process should start automatically - if not, hit ''Ctrl->B'' |
… |
… |
|
80 | 80 | == How to build !OverSim for a simulation machine or embedded device without X11 == |
81 | 81 | |
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'': |
83 | 83 | {{{ |
84 | 84 | NO_TCL=true |
85 | 85 | }}} |
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. |