Changes between Version 201 and Version 202 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 25, 2014, 11:02:11 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

checkout cmake version recommended by Cristian Onet

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v201 v202  
    189189}}}
    190190
    191 '' '''Important note:''' Currently it seems to be necessary to NOT to install the latest git version on OSX, as this causes [http://mail.kde.org/pipermail/kde-frameworks-devel/2014-August/018457.html build problems for framework kcoreaddons] later on. The version 3.0.x from June 3rd (0ee116b7eb1e65d7e7ae6c13628c57eec038b53d) is working fine so far. To achieve this DO NOT use install.sh, but do the following: ''
    192 {{{
    193 $ ./prepare.sh cmake
    194 $ cd ~/WC/KDE-builds/cmake
    195 $ git checkout 0ee116b7eb1e65d7e7ae6c13628c57eec038b53d
    196 $ cd ~/scripts
    197 $ ./build.sh cmake
    198 }}}
     191'' '''Important note:''' Currently it seems to be necessary to NOT to install the latest cmake version on OSX, as this causes [http://mail.kde.org/pipermail/kde-frameworks-devel/2014-August/018457.html build problems for framework kcoreaddons] later on. The commit 3c0d87645f5861e9fd6fd78855697f77ef77144e was recommended by Cristian Onet. This is done secretly in {{{prepare.sh}}} already.''
     192
     193
    199194
    200195== Setting up the build environment ==