A Windows API implementation (Wine 4.0 with CodeWeavers modifications for CrossOver)
Wine is a compatibility layer capable of running Windows applications. This version contains the CodeWeavers patches for CrossOver. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
Wine is a compatibility layer capable of running Windows applications. This version contains the CodeWeavers patches for CrossOver. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
To install wine-crossover, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wine-crossover
To see what files were installed by wine-crossover, run:
port contents wine-crossover
To later upgrade wine-crossover, run:
sudo port selfupdate && sudo port upgrade wine-crossover
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.