On 2013-01-21 06:42, Elias Zamaria wrote:
I have been somewhat reluctant to create an Apple developer account just to be able to download and install the version of Xcode I need to be able to install DMD. I will try it when I feel like spending the time. Out of curiosity, why is Xcode required to install DMD?
It's required to run DMD. DMD uses GCC as the linker. Also the C standard library is part of the D standard library.
It's enough with a free account. You can try this if you don't want to create an account: https://github.com/kennethreitz/osx-gcc-installer -- /Jacob Carlborg
