downloads and installs various redistributable runtime libraries
winetricks can help you prepare your system for Windows applications that mistakenly assume all users' systems have all the needed redistributable runtime libraries or fonts.
winetricks can help you prepare your system for Windows applications that mistakenly assume all users' systems have all the needed redistributable runtime libraries or fonts.
To install winetricks, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install winetricks
To see what files were installed by winetricks, run:
port contents winetricks
To later upgrade winetricks, run:
sudo port selfupdate && sudo port upgrade winetricks
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.