Changes between Version 33 and Version 34 of InstallationGuidelines/Mac/Developer/Manual
- Timestamp:
- 09/05/16 14:58:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Mac/Developer/Manual
v33 v34 10 10 3. 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 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. //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. // 13 13 // 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. // 14 14