where do I get free compiler? how do I install it on my MacBook Air ?
where do I get free compiler?
There are two ways to get Apple’s developer tools:
-
You can install Xcode, either from the Mac App Store or from Developer > Downloads. Once you install the app, running a developer tool, like
cc, from the Terminal will invoke the one inside Xcode. -
You can install the command-line developer tools package. The easiest way to do this is to run a developer tool from Terminal, say
cc, and the system will detect that you have no developer tools installed and offer to install them.
There are also a wide variety of non-Apple developer tools. Most folks access those using a third-party package manager, like Homebrew.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"