Changes between Version 62 and Version 63 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Jun 26, 2014, 10:45:11 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

Explain tier-install.sh

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v62 v63  
    247247}}}
    248248
     249All frameworks of a specific tier can be build as a whole using
     250{{{
     251$ # This builds all frameworks of tier 1
     252$ ./tier-install.sh 1
     253...
     254$ # This builds all frameworks of tier 2, but forces rebuilding every project regardless of
     255$ # whether git pulled in changes or not (useful when e.g. qt5 or cmake was updated)
     256$ ./tier-install.sh 2 rebuild
     257...
     258}}}
     259
    249260In order to be able to build KF5 frameworks of tier 3 it is - '''as a temporary workaround''' - necessary to copy kdoctools' files from its install directory to where framework builds can find them (i.e. below "/Library/Application Support"):
    250261{{{