Changes between Version 179 and Version 180 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 24, 2014, 11:57:42 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

introduce install.sh already early on

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v179 v180  
    151151$ python2.7 tools/perform-build.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/cmake
    152152...
    153 }}}
    154 
    155 '' '''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.''
    156 
     153$
     154$ # Alternatively you can simply use this script (which does all the above for you):
     155$ ./install.sh cmake
     156}}}
     157
     158'' '''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: ''
     159{{{
     160$ ./prepare.sh cmake
     161$ cd ~/WC/KDE-builds/cmake
     162$ git checkout 0ee116b7eb1e65d7e7ae6c13628c57eec038b53d
     163$ cd
     164$ ./build.sh cmake
     165}}}
    157166
    158167== Setting up the build environment ==