close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Nov 10, 2010, 8:20:04 PM (14 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
1 | 1 | == How to build !OverSim with ReaSE support == |
2 | 2 | |
3 | | 1. Download, extract and compile [https://i72projekte.tm.uka.de/trac/ReaSE/downloads/27 ReaSE-OMNeT4-1.22-src.tar.gz] (in the following we assume you have installed OMNeT++ and !OverSim to ~/sim/): |
| 3 | 1. Download, extract and compile [https://i72projekte.tm.uka.de/trac/ReaSE/downloads/29 ReaSE-OMNeT4-1.23-src.tar.gz] (in the following we assume you have installed OMNeT++ and !OverSim to ~/sim/): |
4 | 4 | {{{ |
5 | 5 | cd ~/sim |
6 | | tar xzvf /tmp/ReaSE-OMNeT4-1.22-src.tar.gz |
| 6 | tar xzvf /tmp/ReaSE-OMNeT4-1.23-src.tar.gz |
7 | 7 | cd ReaSE |
8 | 8 | make OVERSIM=true |
… |
… |
|
17 | 17 | 3. Edit {{{simulations/default.ini}}} in your !OverSim directory and modify the {{{ned-path}}} to contain the ReaSE directory. |
18 | 18 | |
19 | | 4. Download, extract and install the GUI [https://i72projekte.tm.uka.de/trac/ReaSE/downloads/26 ReaSEGUI-OMNeT4-1.22.tar.gz]: |
| 19 | 4. Download, extract and install the GUI [https://i72projekte.tm.uka.de/trac/ReaSE/downloads/28 ReaSEGUI-OMNeT4-1.23.tar.gz]: |
20 | 20 | {{{ |
21 | 21 | cd ~/sim |
22 | | tar xzvf /tmp/ReaSEGUI-OMNeT4-1.22.tar.gz |
| 22 | tar xzvf /tmp/ReaSEGUI-OMNeT4-1.23.tar.gz |
23 | 23 | cd ~/sim/ReaseGUI/TGM |
24 | 24 | make |