Simple Procedure to Install winetricks using Brew
What is “winetricks” Package?
Download and install various runtime libraries
For more details: https://github.com/Winetricks/winetricks
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install winetricks.
brew install winetricks
Now, use winetricks!