brew install dmd

Seb via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jun 10 21:08:56 PDT 2017


On Sunday, 11 June 2017 at 03:48:57 UTC, Joel wrote:
> On Sunday, 11 June 2017 at 02:38:21 UTC, Mike Parker wrote:
>> On Sunday, 11 June 2017 at 01:30:37 UTC, Joel wrote:
>>> but still 2.074.0 (not 74.1)
>>
>>> Joels-MacBook-Pro:Testing joelchristensen$ dmd
>>> DMD64 D Compiler v2.074.0
>>
>> It's probably related to this:
>>
>> http://forum.dlang.org/post/abyacihlxtcphnhzinbz@forum.dlang.org
>
> Looks like I could put this:
>
> curl https://i.dlang.io | bash -s
>
> But I'm not sure about doing this.

This is a copy of the __official__ D installer as advertised on 
dlang.org (http://dlang.org/download.html):

> curl -fsS https://dlang.org/install.sh | bash -s dmd

(the releases are signed)

i.dlang.io is just a handy alternative, s.t. you can save 
keystrokes on a foreign machine and install dmd in 25 keystrokes 
(`curl i.dlang.io | bash -s`).


More information about the Digitalmars-d-learn mailing list