BuildingOnMac.wiki
changeset 113 4978a1bc161a
parent 112 e8e280ef6c23
child 116 1c3643e4f6c5
equal deleted inserted replaced
112:e8e280ef6c23 113:4978a1bc161a
    39 
    39 
    40 == Necessary Tools ==
    40 == Necessary Tools ==
    41 
    41 
    42 Download and install the following toolchains
    42 Download and install the following toolchains
    43 
    43 
    44   * Freepascal compiler - http://sourceforge.net/projects/freepascal/files/Mac%20OS%20X/2.4.0/fpc-2.4.0.intel-macosx.dmg/download
    44   * Freepascal compiler - http://sourceforge.net/projects/freepascal/files/Mac%20OS%20X/2.4.4/fpc-2.4.4.intel-macosx.dmg/download
    45   * CMake - http://www.cmake.org/files/v2.8/cmake-2.8.3-Darwin-universal.dmg
    45   * CMake - http://www.cmake.org/files/v2.8/cmake-2.8.3-Darwin-universal.dmg
    46   * QT - http://download.qt.nokia.com/qtsdk/qt-sdk-mac-opensource-2010.05.dmg
    46   * QT - http://download.qt.nokia.com/qtsdk/qt-sdk-mac-opensource-2010.05.dmg
    47   * note that for compiling the 64 bit version you need download the cocoa version of QT (from here http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x/)
    47   * note that for compiling the 64 bit version you need download the cocoa version of QT (from here http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x/)
    48 
    48 
    49 = Building process =
    49 = Building process =