close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 15, 2006, 4:54:13 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
5 | 5 | 1. Download [http://www.omnetpp.org/filemgmt/visit.php?lid=122 OMNeT++ 3.3] from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/external/license.php License] |
6 | 6 | |
7 | | 2. Create a new directory (in the following we assume you want to install OMNeT++ |
8 | | and OverSim to ~/sim/) and extract OMNeT++: |
| 7 | 2. Create a new directory (in the following we assume you want to install OMNeT++ and OverSim to ~/sim/) and extract OMNeT++: |
9 | 8 | {{{ |
10 | 9 | mkdir ~/sim |
… |
… |
|
19 | 18 | }}} |
20 | 19 | |
21 | | 4. Edit ~/sim/omnetpp-3.3/configure.user and change CFLAGS for speed and profiling: |
| 20 | 4. Edit omnetpp-3.3/configure.user and change CFLAGS for speed and profiling: |
22 | 21 | {{{ |
23 | 22 | CFLAGS='-O3 -DNDEBUG=1 -gstabs+3 -Wall' |
… |
… |
|
31 | 30 | }}} |
32 | 31 | |
33 | | 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz] from OverSimDownload and extract in next to your OMNeT++ installation: |
| 32 | 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-20061020-OverSim.tgz INET-20061020-OverSim.tgz] from OverSimDownload and extract in next to your OMNeT++ installation: |
34 | 33 | {{{ |
35 | 34 | cd ~/sim |
36 | | tar xzf /tmp/ |
| 35 | tar xzf /tmp/INET-20061020-OverSim.tgz |
| 36 | }}} |
37 | 37 | |
38 | | |
| 38 | 7. |
39 | 39 | |
40 | 40 | |
41 | | |