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
nee
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 Carlbo
On Sunday, 16 April 2017 at 07:53:49 UTC, Jacob Carlborg wrote:
On 2017-04-16 03:52, Joel wrote:
In getting DSFML (http://dsfml.com/) working. I found gcc
takes for ever
to install, is there some thing wrong? (I posted in
https://github.com/Jebbs/DSFML, but no replies). Maybe just
install
Xcod
On 2017-04-16 03:52, Joel wrote:
In getting DSFML (http://dsfml.com/) working. I found gcc takes for ever
to install, is there some thing wrong? (I posted in
https://github.com/Jebbs/DSFML, but no replies). Maybe just install
Xcode CLT (some how), and uninstall gcc. I've had this problem for a
wh