Skip to content

Instantly share code, notes, and snippets.

@mikechau
Last active February 27, 2016 18:47
Show Gist options
  • Save mikechau/ebb16c205bd57611f423 to your computer and use it in GitHub Desktop.
Save mikechau/ebb16c205bd57611f423 to your computer and use it in GitHub Desktop.
pt steps
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