Changes between Version 236 and Version 237 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Sep 21, 2014, 3:19:25 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

Move ADT to the top

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v236 v237  
    1111 
    1212
     13=== Apple developer tools ===
     14
     15Apple's developer tools are a necessary precondition for MacPorts as well as for the CI system. Basically you've got to follow the steps which are a must before you can install MacPorts itself by installing
     16 * Xcode from the AppStore
     17 * developer command line tools from the command line
     18{{{
     19$ xcode-select --install
     20}}}
     21and agree actively to the developer license agreement
     22{{{
     23$ xcodebuild -license
     24}}}
     25and you're ready to go ahead.
     26
     27
    1328=== Start with a fresh Mavericks/MacPorts install ===
    1429
     
    3449}}}
    3550and set up the [https://projects.kde.org/projects/playground/sdk/macports-kde/repository/revisions/master/show/contrib/user-setup bash environment for MacPorts use] regarding search paths (PATH, MANPATH)
    36 
    37 
    38 
    39 === Apple developer tools ===
    40 
    41 Install
    42  * Xcode from AppStore
    43  * developer command line tools
    44 {{{
    45 $ xcode-select --install
    46 }}}
    47 and agree actively to the developer license agreement
    48 {{{
    49 $ xcodebuild -license
    50 }}}
    5151
    5252