Last active
February 27, 2016 18:47
-
-
Save mikechau/ebb16c205bd57611f423 to your computer and use it in GitHub Desktop.
pt steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:ubuntu-wine/ppa | |
sudo apt-get update | |
sudo apt-get install wine1.8 | |
sudo apt-get install wine-mono4.5.6 wine-gecko2.40 | |
sudo apt-get install unrar | |
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | |
chmod +x winetricks | |
winetricks d3dx9 | |
winetricks crypt32 | |
winetricks msasn1 | |
winetricks secur32 | |
winetricks vcrun2003 | |
winetricks vcrun2005 | |
winetricks winhttp | |
winetricks wininet | |
unrar x RPT_*.rar | |
wine launcher.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment