close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 11, 2012, 4:03:37 PM (12 years ago)
- Author:
-
hartmann@…
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
5 | 5 | === 1. Installing X11 (Mountain Lion only) === |
6 | 6 | |
7 | | OS X 10.8 (Mountain Lion) does not bundle required X11 anymore, so some extra work is needed here. If you are using Snow Leopard or Lion, you can skip to step 2 (Installing OmNET++) |
| 7 | OS X 10.8 (Mountain Lion) does not bundle required X11 anymore, so some extra work is needed here. If you are using Snow Leopard or Lion, you can skip to step 2 (Installing OMNeT++) |
8 | 8 | |
9 | 9 | * Download the [http://xquartz.macosforge.org/landing/ XQuartz window system] and install it. |
… |
… |
|
14 | 14 | }}} |
15 | 15 | |
16 | | === 2. Installing OmNET++ === |
| 16 | === 2. Installing OMNeT++ === |
17 | 17 | * Download [http://omnetpp.org/omnetpp/doc_details/2245-omnet-422-source--ide-tgz OMNeT++ 4.2.2] from http://www.omnetpp.org/ after reading the [http://www.omnetpp.org/home/license License] |
18 | 18 | * Create a new directory (in the following we assume you want to install OMNeT++ and OverSim to ~/sim/) and extract OMNeT++: |
… |
… |
|
22 | 22 | tar xzvf ~/Downloads/omnetpp-4.2.2-src.tgz |
23 | 23 | }}} |
24 | | * Install OmNET++ by the [http://omnetpp.org/doc/omnetpp/InstallGuide.pdf official instructions for OS X] (PDF). |
| 24 | * Install OMNeT++ by the [http://omnetpp.org/doc/omnetpp/InstallGuide.pdf official instructions for OS X] (Chapter 3, PDF). |
25 | 25 | * Note: If you use Mountain Lion, just follow the Lion instructions. You should be fine since you installed X11 in Step 1. |
26 | 26 | |