close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Nov 3, 2010, 3:12:04 PM (14 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v55
|
v56
|
|
18 | 18 | * For Windows: Everything you need is already included in the OMNeT++ 4.0 package. |
19 | 19 | |
20 | | 2. Download OMNeT++ 4.1rc1 ([http://www.omnetpp.org/omnetpp/doc_download/2213-omnet-41rc1-source--ide-tgz Linux/Mac] or [http://www.omnetpp.org/omnetpp/doc_download/2214-omnet-41rc1-win32-source--ide--mingw-zip Windows] version) from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/home/license License] |
| 20 | 2. Download OMNeT++ 4.1 ([http://www.omnetpp.org/omnetpp/doc_download/2217-omnet-41-source--ide-tgz Linux/Mac] or [http://www.omnetpp.org/omnetpp/doc_download/http://www.omnetpp.org/omnetpp/doc_download/2218-omnet-41-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 | 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++: |
… |
… |
|
41 | 41 | }}} |
42 | 42 | |
43 | | 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20100505.tgz INET-OverSim-20100505.tgz] and extract in next to your OMNeT++ installation: |
| 43 | 6. Download the patched version of the INET framework [http://www.oversim.org/chrome/site/INET-OverSim-20101019.tgz INET-OverSim-20101019.tgz] and extract in next to your OMNeT++ installation: |
44 | 44 | {{{ |
45 | 45 | cd ~/sim |
46 | | tar xzvf /tmp/INET-OverSim-20100505.tgz |
| 46 | tar xzvf /tmp/INET-OverSim-20101019.tgz |
47 | 47 | }}} |
48 | 48 | |
49 | 49 | 8. Compile the INET framework: |
50 | 50 | {{{ |
51 | | cd ~/sim/INET-OverSim-20100505 |
| 51 | cd ~/sim/INET-OverSim-20101019 |
52 | 52 | make |
53 | 53 | }}} |
54 | 54 | |
55 | | 9. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20100526.tgz OverSim-20100526.tgz] and extract in next to your OMNeT++ installation: |
| 55 | 9. Download the latest !OverSim snapshot [http://www.oversim.org/chrome/site/OverSim-20101103.tgz OverSim-20101103.tgz] and extract in next to your OMNeT++ installation: |
56 | 56 | {{{ |
57 | 57 | cd ~/sim |
58 | | tar xzvf /tmp/OverSim-20100526.tgz |
| 58 | tar xzvf /tmp/OverSim-20101103.tgz |
59 | 59 | }}} |
60 | 60 | |
61 | 61 | 10. Compile !OverSim: |
62 | 62 | {{{ |
63 | | cd ~/sim/OverSim-20100526 |
| 63 | cd ~/sim/OverSim-20101103 |
64 | 64 | make |
65 | 65 | }}} |
… |
… |
|
72 | 72 | * Start Eclipse with ''omnetpp'' |
73 | 73 | * Create a new workspace by choosing a new workspace directory on Eclipse startup |
74 | | * ''File''->''Import''->''General''->''Existing Projects into Workspace''->''Next''->select the ''INET-!OverSim-20100505'' directory->''Finish'' |
| 74 | * ''File''->''Import''->''General''->''Existing Projects into Workspace''->''Next''->select the ''INET-!OverSim-20101019'' directory->''Finish'' |
75 | 75 | * Repeat the same steps for the !OverSim project |
76 | 76 | * The build process should start automatically - if not, hit ''Ctrl->B'' |