Mac Mini for AArch64 Compiler Development
Renato Athaydes
renato at athaydes.com
Tue Aug 19 18:29:53 UTC 2025
On Tuesday, 19 August 2025 at 18:24:34 UTC, Renato Athaydes wrote:
> On Saturday, 16 August 2025 at 17:25:45 UTC, Walter Bright
> wrote:
>> The nightly does work. We'll see about the rest.
>
> I cannot see a nightly here:
> https://downloads.dlang.org/pre-releases/2025/ or
> https://downloads.dlang.org/nightlies/
>
> The latter seems to have last been updated in 2020.
>
> Where do you get the lates nightly?? Would be nice if the
> install script told me, but it doesn't seem to be able to list
> available versions.
Found it, it's documented here: https://dlang.org/install.html
So the command is:
```
~/dlang/install.sh install dmd-nightly
```
I am used to stuff like SDKMAN and rustup where you can do
something like `install.sh ls` or something similar and it shows
which versions you can download... would be simple to implement
that, probably... and very helpful.
More information about the Digitalmars-d
mailing list