BuildingOnMac.wiki
changeset 271 175ecc89f964
parent 270 3fa4de1db010
child 278 eb590870e063
equal deleted inserted replaced
270:3fa4de1db010 271:175ecc89f964
     1 #summary Instructions for building Hedgewars on Mac OS X
     1 #summary Instructions for building Hedgewars on Mac OS X
     2 #labels Phase-Implementation,Phase-Deploy,Phase-Support
     2 #labels Phase-Implementation,Phase-Deploy,Phase-Support
     3 
     3 
     4 = Prerequisites =
     4 = Prerequisites =
     5 
     5 
     6   * XCode must be installed
     6   * XCode must be installed with command line tools
     7   * some knowledge of Terminal is preferred
     7   * some knowledge of Terminal is preferred
     8 
     8 
     9 === Notes ===
     9 === Notes ===
    10 
    10 
    11    # it has been reported that Xcode 3.2.6 creates problem when linking frameworks! If you can't use another version, try this: https://discussions.apple.com/thread/2781968?threadID=2781968&tstart=105
    11    # it has been reported that Xcode 3.2.6 creates problem when linking frameworks! If you can't use another version, try this: https://discussions.apple.com/thread/2781968?threadID=2781968&tstart=105
    12    # For Qt series 4.7, only versions 4.7.0 and 4.7.4 are not suffering from this bug http://bugreports.qt.nokia.com/browse/QTBUG-17333 any other version will not work with online games.
    12    # for Xcode 4 onwards, you need to install the command line tools: open Xcode, go to Preferences, select "Downloads" and install the "Command Line Tools".
       
    13    # for Qt series 4.7, only versions 4.7.0 and 4.7.4 are not suffering from this bug http://bugreports.qt.nokia.com/browse/QTBUG-17333 any other version will not work with online games.
    13    # Lion has an incompatible ABI with older version of Freepascal! Use only the new Freepascal version 2.6.0 or newer. See http://bugs.freepascal.org/view.php?id=19269
    14    # Lion has an incompatible ABI with older version of Freepascal! Use only the new Freepascal version 2.6.0 or newer. See http://bugs.freepascal.org/view.php?id=19269
    14 
    15 
    15 == Necessary Libraries ==
    16 == Necessary Libraries ==
    16 
    17 
    17 Download the following libraries and place them under `/Library/Frameworks/`
    18 Download the following libraries and place them under `/Library/Frameworks/`