You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some High Sierra (10.13.4) machines require the download of Xcode from the App Store. The download, which is available, is 5.25 GB, so this should be done prior to the lesson.
If the learner needs a program likegit and does not have it, they do not need to install the complete XCode program. An XCode install contains the required Command Line Tools but also contains a lot of extras aimed at developers.
Learners can download just the Command Line Tools, which is also significantly smaller than a complete XCode download. To initiate an install, users can type gcc -v into the shell and then follow the prompts.
The text was updated successfully, but these errors were encountered:
butterflyology
changed the title
Clarification for mac CLT
Clarification for Instructor Notes
Dec 4, 2018
I think this statement could be clarified a bit:
Some High Sierra (10.13.4) machines require the download of Xcode from the App Store. The download, which is available, is 5.25 GB, so this should be done prior to the lesson.
If the learner needs a program like
git
and does not have it, they do not need to install the complete XCode program. An XCode install contains the requiredCommand Line Tools
but also contains a lot of extras aimed at developers.Learners can download just the
Command Line Tools
, which is also significantly smaller than a complete XCode download. To initiate an install, users can typegcc -v
into the shell and then follow the prompts.The text was updated successfully, but these errors were encountered: