Wine's built-in replacement for Microsoft's .NET Framework
mingw-w64-wine-mono is a package containing Mono and other projects, intended as a replacement for the .NET runtime and class libraries in Wine. It works in conjunction with Wine's builtin mscoree.dll, and it is not intended to be useful for any other purpose.
mingw-w64-wine-mono is a package containing Mono and other projects, intended as a replacement for the .NET runtime and class libraries in Wine. It works in conjunction with Wine's builtin mscoree.dll, and it is not intended to be useful for any other purpose.
To install mingw-w64-wine-mono, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mingw-w64-wine-mono
To see what files were installed by mingw-w64-wine-mono, run:
port contents mingw-w64-wine-mono
To later upgrade mingw-w64-wine-mono, run:
sudo port selfupdate && sudo port upgrade mingw-w64-wine-mono
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.