close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 2 and Version 3 of OverSimInstallMacOSX


Ignore:
Timestamp:
Dec 11, 2012, 3:35:32 PM (11 years ago)
Author:
hartmann@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimInstallMacOSX

    v2 v3  
    55=== 1. Installing X11 (Mountain Lion only) ===
    66
    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++)
     7OS 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++)
    88
    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:
    1111   {{{cd /usr/include; sudo ln -s /opt/X11/include/X11}}}
    1212
     
    2525After 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.
    2626
    27    * Open a terminal and copy / paste the following line into it
    28  {{{
     27   * Install Homebrew by pasting this line into a terminal:
     28{{{
    2929ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
    3030}}}
    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:
    3434{{{
    3535brew install gmp
    3636}}}
     37
    3738
    3839=== 4. Installing the INET Framework ===
     
    6465}}}
    6566
    66 Congratulations - now you should have a working !OverSim installation!  For instructions how to use !OverSim look at OverSimUsage.
     67Congratulations - now you should have a working !OverSim installation on your Mac!  For instructions how to use !OverSim look at OverSimUsage.
    6768
    6869== How to use Eclipse to compile !OverSim ==