The current versions of MoltenVK
, wine
& wine-devel
provided by macports are not fully updated and/or require additinal dependencies.
The provided Ports should compile on Mac OSX 10.8 and later.
FAudio
(v22.01)jxrlib
(v1.1)MacOSX.sdk
(Allows installation of multiple MacOSX SDKs)MoltenVK
(v1.1.9)wine-stable-legacy
(v6.0.3)wine-stable
(v7.0.0)wine-devel
(v7.6)wine-staging
(v7.6)
After installing macports you will need a modern version of git
git clone the repository into /opt then follow 4.6. Local Portfile Repositories
Next run port -v sync
you can now install any of the provided Ports.
Add the following into /opt/local/etc/macports/macports.conf
macosx_deployment_target 10.13
macosx_sdk_version 10.13
This will enable compiling for 32 & 64Bit enabling the +universal
flag
Next place a copy of the MacOSX10.13.sdk
into /Library/Developer/CommandLineTools/SDKs/
Alternatively run port install MacOSX10.13.sdk
wine-stable
, wine-devel
& wine-staging
will only provide wine64.
You can find the prior commit history via master