Last active
December 28, 2021 22:49
-
-
Save eggplants/d6392247cc380334446b635399ea92f5 to your computer and use it in GitHub Desktop.
steam on clossover21
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
brew install --cask --no-quarantine gcenx/wine/wine-crossover | |
winecfg | |
winetricks -q allfonts | |
export WINEPREFIX="$HOME/.wine" | |
wget https://github.com/doitsujin/dxvk/releases/download/v1.9.2/dxvk-1.9.2.tar.gz | |
tar -zxvf dxvk-1.9.2.tar.gz | |
./dxvk-1.9.2/setup_dxvk.sh install | |
git clone --depth https://github.com/z0z0z/mf-install | |
./mf-install/mf-install.sh | |
wget https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe | |
wine SteamSetup.exe | |
wine drive_c/Program\ Files\ \(x86\)/Steam/steam.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment