git clone https://github.com/D-Programming-Language/dmd.git git clone https://github.com/D-Programming-Language/druntime.git git clone https://github.com/D-Programming-Language/phobos.git
cd druntime make -f win32.mak cd.. cd phobos make -f win32.mak cd.. cd dmd\src make -f win32.mak Of course this doesn't copy everything in the right places. But it does work for me.
