close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Sep 10, 2009, 11:15:16 AM (15 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v50
|
v51
|
|
34 | 34 | }}} |
35 | 35 | |
36 | | 5. Compile OMNeT++ (no need to change the directoy on Windows): |
| 36 | 5. '''Optional step''': Apply the following patches to OMNeT++: |
| 37 | - Perfomance improvements: [http://dev.omnetpp.org/bugs/file_download.php?file_id=12&type=bug Download simtime_by_reference.patch] ([http://dev.omnetpp.org/bugs/view.php?id=22 View bugreport 22]) |
| 38 | - Better layouter for visualization: [http://dev.omnetpp.org/bugs/file_download.php?file_id=14&type=bug Download better_layout.patch] ([http://dev.omnetpp.org/bugs/view.php?id=38 Better View bugreport 38]) |
| 39 | - Shorter real world messages: [http://dev.omnetpp.org/bugs/file_download.php?file_id=20&type=bug Download msgc_sizetype.patch] ([http://dev.omnetpp.org/bugs/view.php?id=101 View bugreport 101]) |
| 40 | {{{ |
| 41 | cd ~/sim/omnetpp-4.0 |
| 42 | patch -p0 < /tmp/simtime_by_reference.patch |
| 43 | (repeat for all patches) |
| 44 | }}} |
| 45 | |
| 46 | 6. Compile OMNeT++ (no need to change the directoy on Windows): |
37 | 47 | {{{ |
38 | 48 | cd ~/sim/omnetpp-4.0 |
… |
… |
|
41 | 51 | }}} |
42 | 52 | |
43 | | 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20090317.tgz INET-OverSim-20090317.tgz] and extract in next to your OMNeT++ installation: |
| 53 | 7. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20090317.tgz INET-OverSim-20090317.tgz] and extract in next to your OMNeT++ installation: |
44 | 54 | {{{ |
45 | 55 | cd ~/sim |
… |
… |
|
47 | 57 | }}} |
48 | 58 | |
49 | | 7. Compile the INET framework: |
| 59 | 8. Compile the INET framework: |
50 | 60 | {{{ |
51 | 61 | cd ~/sim/INET-OverSim-20090317 |
… |
… |
|
53 | 63 | }}} |
54 | 64 | |
55 | | 8. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20090908.tgz OverSim-20090908.tgz] and extract in next to your OMNeT++ installation: |
| 65 | 9. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20090908.tgz OverSim-20090908.tgz] and extract in next to your OMNeT++ installation: |
56 | 66 | {{{ |
57 | 67 | cd ~/sim |
… |
… |
|
59 | 69 | }}} |
60 | 70 | |
61 | | 9. Compile !OverSim: |
| 71 | 10. Compile !OverSim: |
62 | 72 | {{{ |
63 | 73 | cd ~/sim/OverSim-20090908 |