This has been forked from https://gist.github.com/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 bison
then check version andcd /usr/local/Cellar/bison/<version>/bin
andexport 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.h
file with this content: