On Sunday, 16 July 2017 at 23:20:18 UTC, Seb wrote:
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
Thanks for that
I'll try these out
....
Cheers,
A.