close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 11, 2012, 3:35:32 PM (12 years ago)
- Author:
-
hartmann@…
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
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 1 (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 | | * Download and install: http://xquartz.macosforge.org/landing/ |
10 | | * Open a terminal and enter: |
| 9 | * Download the [http://xquartz.macosforge.org/landing/ XQuartz window system] and install it. |
| 10 | * Open a terminal and enter: |
11 | 11 | {{{cd /usr/include; sudo ln -s /opt/X11/include/X11}}} |
12 | 12 | |
… |
… |
|
25 | 25 | After completing step 2 you have the required command line tools like g++. Additionally, the GMP library is required for building Oversim. There are several package managers which let you install it, you can choose either: [http://www.finkproject.org/ Fink], [http://www.macports.org/ MacPorts], [http://mxcl.github.com/homebrew/ Homebrew] should all be fine. Personally, I use Homebrew, it's lightweight and awesome. If you are unsure, just follow the instructions. |
26 | 26 | |
27 | | * Open a terminal and copy / paste the following line into it |
28 | | {{{ |
| 27 | * Install Homebrew by pasting this line into a terminal: |
| 28 | {{{ |
29 | 29 | ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)" |
30 | 30 | }}} |
31 | | * Enter your admin password if needed |
32 | | * If this did not work, visit [http://mxcl.github.com/homebrew/ the official Homebrew website] for up-to-date install instructions |
33 | | * Enter |
| 31 | * Enter your admin password if needed |
| 32 | * If this did not work, visit [http://mxcl.github.com/homebrew/ the official Homebrew website] for up-to-date install instructions |
| 33 | * Install GMP: |
34 | 34 | {{{ |
35 | 35 | brew install gmp |
36 | 36 | }}} |
| 37 | |
37 | 38 | |
38 | 39 | === 4. Installing the INET Framework === |
… |
… |
|
64 | 65 | }}} |
65 | 66 | |
66 | | Congratulations - now you should have a working !OverSim installation! For instructions how to use !OverSim look at OverSimUsage. |
| 67 | Congratulations - now you should have a working !OverSim installation on your Mac! For instructions how to use !OverSim look at OverSimUsage. |
67 | 68 | |
68 | 69 | == How to use Eclipse to compile !OverSim == |