RejectedSoftware Forums

Sign up

Can DUB automatically download D compiler?

It is possible to use DUB without D compiler?

Re: Can DUB automatically download D compiler?

On 2014-09-24 14:11, Daniel Kozak wrote:

It is possible to use DUB without D compiler?

No, on both questions. I recommend you use DVM [1] to download and
install D compilers.

I should add DVM to code.dlang.org, then it would be kind of possible
for Dub to download D compilers.

[1] https://github.com/jacob-carlborg/dvm

/Jacob Carlborg

Re: Can DUB automatically download D compiler?

On Thu, 25 Sep 2014 22:15:28 +0200, Jacob Carlborg wrote:

I should add DVM to code.dlang.org, then it would be kind of possible
for Dub to download D compilers.

[1] https://github.com/jacob-carlborg/dvm

/Jacob Carlborg

This would be perfect

Thanks