SFML gcc - MacOS

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Apr 17 01:48:06 PDT 2017


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


More information about the Digitalmars-d-learn mailing list