Skip to content

Instantly share code, notes, and snippets.

@bentongxyz
bentongxyz / crossover-howtocompile.md
Last active April 9, 2020 08:22 — forked from Alex4386/crossover-howtocompile.md
CodeWeavers CrossOver - How to compile from source! for macOS

How to compile codeweavers crossover from source

Support wine development by supporting Crossover.

Installing Dependencies

To install, you need following dependencies to be installed on your Mac machine.

  • Xcode developer tools (Command Line)
  • cmake
  • gcc or clang to compile c codes.
  • bison >= 3.0 (can be upgraded via homebrew)
  • xquartz