Installing DMD macOS nightly
Ben Jones
fake at fake.fake
Tue Sep 30 17:25:14 UTC 2025
On Tuesday, 30 September 2025 at 06:24:45 UTC, Joel wrote:
> I downloaded the compact file and opened it, but don't know how
> to install it from there.
I'd recommend `brew install ldc`. I assume you're on a modern
ARM mac. LDC will generate AArch64 code, DMD will only generate
x86_64 that runs in rosetta.
You can install ldc without homebrew, but I use brew for a lot of
stuff and it's pretty convenient.
More information about the Digitalmars-d-learn
mailing list