Mac Mini for AArch64 Compiler Development

Sergey kornburn at yandex.ru
Wed Aug 13 22:07:55 UTC 2025


On Wednesday, 13 August 2025 at 21:14:56 UTC, Walter Bright wrote:
> I have it set up now, it is compiling code for X86_64 and 
> AArch64!
>
> Next I need to install git and connect it to github.

You can install homebrew - it is popular macOS package manager.
After that you can do:
```bash
brew install git
```

for github - simplest GUI is GitHub for Desktop

But regular cli should work as well


More information about the Digitalmars-d mailing list