dmd build instructions from source don't work anymore

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue May 12 09:58:51 PDT 2015


On 2015-05-12 17:03, Andrei Alexandrescu wrote:

> dvm is fine as long as its installation itself is automated.

The installation is a one-liner command:

curl -L -o dvm 
https://github.com/jacob-carlborg/dvm/releases/download/v0.4.3/dvm-0.4.3-osx 
&& chmod +x dvm && ./dvm install dvm

Binaries are available on Windows, Linux (32 and 64bit) and OS X.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list