Changes between Version 25 and Version 26 of KDEProblems/KDEMacPortsCI


Ignore:
Timestamp:
May 22, 2014, 7:14:50 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

correct cmake path for git, add N)

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI

    v25 v26  
    124124}}}
    125125
    126  M) Proceed with installation of cmake:
     126 M) Proceed with installation of cmake (needs manual checkout of sources):
    127127{{{
    128128$ python2.7 tools/prepare-environment.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/cmake
    129129...
    130 $ git clone git://cmake.org/cmake.git /path/to/directory/where/cmake/will/be/built
     130$ git clone git://cmake.org/cmake.git ~/WC/KDECI-build/cmake
    131131$ python2.7 tools/perform-build.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/cmake
     132...
     133}}}
     134
     135 N) Installation of KDE frameworks, starting with kauth:
     136
     137 N.1) Framework kauth:
     138{{{
     139$ python2.7 tools/prepare-environment.py --project kauth --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/kauth
     140...
     141$ python2.7 tools/perform-build.py --project kauth --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/kauth
     142...
     143}}}
     144
     145 N.2) Framework polkit-qt-1 (still fails due to inability to find package Polkit):
     146{{{
     147$ python2.7 tools/prepare-environment.py --project polkit-qt-1 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/polkit-qt-1
     148...
     149$ python2.7 tools/perform-build.py --project polkit-qt-1 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/polkit-qt-1
    132150...
    133151}}}