Skip to content

Instantly share code, notes, and snippets.

@pungoyal
Last active October 7, 2018 10:48
Show Gist options
  • Save pungoyal/1f63b3a9408c823fd55fab2237cd3d30 to your computer and use it in GitHub Desktop.
Save pungoyal/1f63b3a9408c823fd55fab2237cd3d30 to your computer and use it in GitHub Desktop.
AoE on Mac
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
@irfn
Copy link

irfn commented May 1, 2018

Plz rename this to aoe.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment