macOS_Wine_builds
9.21
筆記
它們的功能類似於 macOS pkg 版本,但打包在.tar.xz
中。
我不會提供 pkg 安裝程序,這些軟體包證明wine
適用於 32 和 64 位元 Windows 二進位。
wine-stable
wine@devel
wine@staging
wine-stable
brew install --cask --no-quarantine wine-stable
這會將Wine Stable
安裝到/Applications
中
從releases unpack 下載所需的套件,現在將Wine *
套件移至/Applications
並像 Winehq 版本一樣使用。
--disable-option-checking
--disable-tests
--enable-archs=i386,x86_64
--without-alsa
--without-capi
--with-coreaudio
--with-cups
--without-dbus
--without-fontconfig
--with-freetype
--with-gettext
--without-gettextpo
--without-gphoto
--with-gnutls
--without-gssapi
--with-gstreamer
--with-inotify
--without-krb5
--with-mingw
--without-netapi
--with-opencl
--with-opengl
--without-oss
--with-pcap
--with-pcsclite
--with-pthread
--without-pulse
--without-sane
--with-sdl
--without-udev
--with-unwind
--without-usb
--without-v4l2
--with-vulkan
--without-wayland
--without-x
您需要聯絡您的防毒/反惡意軟體供應商以將這些誤報報告。
當 wine 開始使用Mingw-gcc來編譯 PE 二進位檔案時,這一切就開始了。
請參閱以下範例:
wine-gecko
和wine-mono
包含在這些自訂Wine-*
套件中,通常wine(64) 會下載並安裝.msi 套件到每個wineprefix 中,增加前綴大小,而不是使用「共享」版本來減少前綴大小。
Wine 錯誤/回歸需要透過 Winehq Bugzilla 報告
包裝相關問題應在此報告。