Last active
October 7, 2018 10:48
-
-
Save pungoyal/1f63b3a9408c823fd55fab2237cd3d30 to your computer and use it in GitHub Desktop.
AoE on Mac
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 cask install xquartz | |
brew install winetricks --with-wine | |
WINEPREFIX="$HOME/.wine32" WINEARCH=win32 winetricks directplay | |
WINEPREFIX="$HOME/.wine32" WINEARCH=win32 winetricks d3dx9_36 | |
# from inside the AoE/AoC folder | |
WINEPREFIX="$HOME/.wine32" WINEARCH=win32 wine age2_x1/age2_X1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Plz rename this to aoe.sh