On Feb 24, 2025, at 5:55 AM, Dean Greer gcenx83@gmail.com wrote:
At minimum Xcode Command Line Tools are required.
If you’re installing llvm, it might not be necessary since you are pulling in a whole new compiler toolchain. But, it’s not like it’s hard to install Xcode and command line tools.
Also something to keep in mind is a stock upstream wine compile won’t run nicely under Rosetta2.
Rosetta2 should work as it is also limited to 4k page sizes. Microsoft Windows arm does something similar using “prism” for running x86 binaries. So, it couldn’t be much worse than running x86 on Windows arm :)
In any case, for future reference, if anyone wants to know how to build for arm on apple silicon, the way I outlined would be how to do it.