www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - It's dsss live ?

reply Zardoz <luis.panadero gmail.com> writes:
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 ??
Jun 14 2011
parent reply Robert Clipsham <robert octarineparrot.com> writes:
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/
Jun 14 2011
parent reply Zardoz <luis.panadero gmail.com> writes:
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!)
Jun 14 2011
parent "Nick Sabalausky" <a a.a> writes:
"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
Jun 14 2011