Mac Mini for AArch64 Compiler Development

Luna luna at foxgirls.gay
Thu Aug 14 16:40:32 UTC 2025


On Thursday, 14 August 2025 at 16:35:20 UTC, Luna wrote:
> On Thursday, 14 August 2025 at 07:52:59 UTC, Walter Bright 
> wrote:
>> On 8/13/2025 11:18 PM, Luna wrote:
>>> [...]
>>
>> Thank you. The main download needs to be replace immediately.
>
> I highly recommend installing the Xcode command line tools 
> instead of relying on third party packages for stuff like git 
> and co. Apple doesn’t ship dev tools by default and you have to 
> explicitly install them.
>
> `xcode-select --install`
>
> Should install the compiler toolchains and all the Apple dev 
> tools
>
> Additionally I recommend running
> `sudo spctl --master-disable` which allows you to run unsigned 
> software; after running the command you can enable unsigned 
> software in the system settings

Correction, it’s `sudo spctl --global-disable`


More information about the Digitalmars-d mailing list