From: robert lippmann <robert.lippmann.development@gmail.com>
Subject: Apple Silicon compilation
Date: February 23, 2025 at 7:55:59 PM EST
To: wine-devel@winehq.org
Reply-To: wine-devel@winehq.org
Hi all,
I tried to update the wiki to document how to compile Wine on Apple Silicon, but I’m not sure if it went through.
Basically, you need to add lld (which pulls in llvm) in addition to the other build dependencies
So:
brew install lld
Then:
PATH=`brew —prefix llvm`/bin:`brew —prefix bison`/bin:$PATH
Then everything compiles.
You probably don’t even need Xcode. And you probably should have Rosetta2 installed.
I haven’t actually been able to get it to run yet, though…
— Rob