Changes between Version 20 and Version 21 of KDEProblems/KDEMacPortsCI


Ignore:
Timestamp:
May 20, 2014, 9:31:13 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

M) for cmake

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI

    v20 v21  
    116116$ ssh-keygen -C YOUR@EMAIL.ADDRESS       # <-- send your public SSH key to Ben Cooksley in order to get access to the build server
    117117$ python2.7 tools/perform-build.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/qt5/will/be/built
    118 .
    119 .
    120 .
     118...
    121119}}}
    122120
     121 M) Proceed with installation of cmake (which currently still fails):
     122{{{
     123$ python2.7 tools/prepare-environment.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/cmake/will/be/built
     124...
     125$ python2.7 tools/perform-build.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/cmake/will/be/built
     126...
     127}}}
    123128
    124129== OSX virtualisation ==