It's dsss live ?

Nick Sabalausky a at a.a
Tue Jun 14 14:55:40 PDT 2011


"Zardoz" <luis.panadero at gmail.com> wrote in message 
news:it8g8k$1kbo$1 at digitalmars.com...
> And bud, rebuild and others.... Any recomendation or what are live actualy 
> and works with D2 ?

rdmd

It's included with DMD, but I'd highly recommend grabbing the latest version 
off of GitHub, which has all the major problems fixed: 
https://github.com/D-Programming-Language/tools

Go to that link, download the rdmd.d file, compile it with DMD 2.053 like 
this:

dmd rdmd.d

And then, you can build your entire program like this:

rdmd --build-only -ofmain [any other build flags you want here] main.d




More information about the Digitalmars-d-learn mailing list