Thread overview
It's dsss live ?
Jun 14, 2011
Zardoz
Jun 14, 2011
Robert Clipsham
Jun 14, 2011
Zardoz
Jun 14, 2011
Nick Sabalausky
June 14, 2011
I'm learning D2, and  puxxled when I see that something usefull like dsss, looks that not have any updte for too long time. In his SVN, show that not have any update in
years!!! (or I'm blind).

It's dsss dead ??

June 14, 2011
On 14/06/2011 18:30, Zardoz wrote:
> I'm learning D2, and  puxxled when I see that something usefull like dsss, looks that not have any updte for too long time. In his SVN, show that not have any update in
> years!!! (or I'm blind).
>
> It's dsss dead ??
>

dsss hasn't been updated in years, you are correct - best not to use it. There is a lot of interest in a D build tool/package manager, one doesn't exist currently though.

-- 
Robert
http://octarineparrot.com/
June 14, 2011
And bud, rebuild and others.... Any recomendation or what are live actualy and works with D2 ? I will try cmaked, becuase cmake it's a old friend, and I know how use it.

A thing, if dsss it's dead, why are showed ind D build tools pages ? At least, should have a advice.... (Like derelict install and build intrucctions that recomend to newbies
to use dsss!)
June 14, 2011
"Zardoz" <luis.panadero@gmail.com> wrote in message news:it8g8k$1kbo$1@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