newbie windows setup help

bearophile bearophileHUGS at lycos.com
Fri May 27 09:59:05 PDT 2011


Robert Smith:

> I am attempting to compile a simple d source file using the
> http://learn-programming.za.net/learn_d_programming.html site as a guide to
> learning D programming.
> dmd2 is installed in D:\D\dmd.

Installing DMD on Windows is very easy:
1) Download the latest compiler, like dmd 2.053.
2) Unzip it into a short nice path. D:\D\dmd is OK.
3) Add the path to the windows\bin in your system path. This means adding this at the end your path:
;D:\D\dmd\windows\bin;

Do you know how to add that to the system path?

Then some kind of build helper is useful.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list