www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Installing DMD macOS nightly

reply Joel <joelcnz gmail.com> writes:
I downloaded the compact file and opened it, but don't know how 
to install it from there.
Sep 29
next sibling parent Sergey <kornburn yandex.ru> writes:
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.
x86 architecture?
Sep 30
prev sibling parent Ben Jones <fake fake.fake> writes:
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.
Sep 30