I'm starting with the D programming language and I wanted to do some graphics programming stuff with OpenGL, so I understand the way to go is to use the Derelict bindings.
Now, I installed the DMD 2 compiler, also DSSS, but I'm having trouble installing derelict using dsss net install derelict
. It says that "gdc is not in $PATH". I don't understand if the install needs the gdc compiler or what. Can I change dsss to use dmd instead?
Also, bonus question, does Derelict support D2 or do I need Derelict2?
EDIT: I'm on OSX 10.7