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.
-- /Jacob Carlborg