Why does a Windows version require building anyway? Building stuff is for Linux people, because they love to hunt dependencies and stuff. On Windows you should be able to unzip an archive or use an installer and have two directories - include files and compiled .lib/.a/.dll libraries ready to include into your project. Trying to avoid it is just trouble, it takes a lot of time to compile any D library and even GDC has no binary releases, so that's another time spent on hunting libs.

Reply via email to