On Monday, 17 April 2017 at 08:48:06 UTC, Jacob Carlborg wrote:
On 2017-04-16 10:11, Joel wrote:I've got Xcode, do I enter `xcode-select --install` in the terminal?Yes. That will get you access to Clang, the linker and other tools on the command line. It will also create /usr/include needed to build C/C++ code from the command line.
Thanks Jacob.