Simple Procedure to Install winetricks using Brew
What is "winetricks" Package?Winetricks is an easy way to work around problems in Wine. It helps you to download and install various runtime libraries. It has a menu of supported games/apps for which it can do all the workarounds automatically. You can read here more details: https://github.com/Winetricks/winetricks
Installation
- Launch the Terminal App in Mac by pressing
command+space
then type terminal and pressEnter
key. - Install homebrew first, if you do not have already.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install winetricks finally.
brew install winetricks
0 comments:
Post a Comment