Changes between Version 181 and Version 182 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 24, 2014, 12:22:38 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

fix path to scripts

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v181 v182  
    177177== Installation of cmake ==
    178178
    179 Cmake needs a '''manual''' checkout of its sources:
     179Cmake needs a '''manual''' checkout of its sources (which is demonstrated here the explicit way again):
    180180{{{
    181181$ python2.7 tools/prepare-environment.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/cmake
     
    185185...
    186186$
    187 $ # Alternatively you can simply use this script (which does all the above for you):
     187$ # Alternatively you can simply use this script (which does all of the above for you):
    188188$ ./install.sh cmake
    189189}}}
     
    194194$ cd ~/WC/KDE-builds/cmake
    195195$ git checkout 0ee116b7eb1e65d7e7ae6c13628c57eec038b53d
    196 $ cd
     196$ cd ~/scripts
    197197$ ./build.sh cmake
    198198}}}