State of the union on arch linux......

Seb via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 16 16:20:18 PDT 2017


On Sunday, 16 July 2017 at 22:53:09 UTC, Andy Smith wrote:
> Or is there a HOWTO where I can get up and running with all 
> three compilers?

Btw the the install script from dlang.org [1] is often quite 
handy. It even has an option to directly output the path to 
activation script:

source $(curl https://i.dlang.io | bash -s dmd -a)
source $(curl https://i.dlang.io | bash -s ldc -a)
source $(curl https://i.dlang.io | bash -s gdc -a)

[1] http://dlang.org/download.html


More information about the Digitalmars-d mailing list