DUB 0.9.13 released

Jonathan M Davis jmdavisProg at gmx.com
Mon Apr 29 21:46:32 PDT 2013


On Monday, April 29, 2013 21:27:48 Tyro[17] wrote:
> On 4/16/13 5:49 PM, Sönke Ludwig wrote:
> > Changes:
> >   - Support for a new "buildRequirements" field to be able to specify
> >   
> >     things like "Don't treat warnings as errors" or "Allow use of
> >     deprecated features"
> >   
> >   - A lot of improvements to the VisualD project generator
> >   
> >   - Some important bug fixes
> > 
> > Change log:
> >    https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md
> > 
> > Download:
> >    http://registry.vibed.org/download
> 
> Probably a stupid question but can DUB be used to install DMD?
> Instructions please.

There is no dub build for dmd. dmd is built using makefiles, and it really 
needs the druntime, Phobos, and tools projects as well (all of which build 
with makefiles) - especially if you're going to install it - and dub does not 
currently support building with makefiles or including other projects like 
that. It also doesn't support installing anything AFAIK. It just builds stuff 
with the bonus that it'll download and build the dependencies for you first. It 
may be possible for dub to do all of that in the future, but not now.

- Jonathan M Davis


More information about the Digitalmars-d-announce mailing list