Changes between Version 35 and Version 36 of InstallationGuidelines/Mac/Developer/Manual


Ignore:
Timestamp:
09/05/16 15:11:37 (9 years ago)
Author:
Tirgil
Comment:

I clear my notes.

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Mac/Developer/Manual

    v35 v36  
    992. Open Xcode -> Preferences, and select the Download tab.
    10103. Under the Components tab, click the Install button next to Command Line Tools. Note that this may require you to create a developer account with Apple to complete the download.
    11 
    12 // * For El Capitan, the XCode already install Command Line Tools. You can check via this code {{{xcode-select -p}}} if you see {{{/Applications/Xcode.app/Contents/Developer}}} then it is installed. //
    1311
    1412// If you do not see Command Line Tools under the Components tab you can run the command {{{xcode-select --install}}} in the terminal to preform the same operation. //