mnapoli / aoe2-de-macos

How to run Age of Empires 2 DE on macOS
84 stars 5 forks source link

Guide on how to run aoe 2 de on mac os without crossover #7

Closed slrgt closed 1 year ago

slrgt commented 1 year ago

Someone on reddit wrote a guide on how to play aoe 2 de on mac os without needing crossover. https://www.reddit.com/r/aoe2/comments/150t2v1/aoe_2_de_fix_on_mac_using_wineskin_winery/

Copy pasted here just in case

Here's a quick guide on how to get it running (should work on Intel and Apple silicon Macs):

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Wineskin Winery (https://github.com/Gcenx/WineskinServer) by typing the following in terminal:

brew install --cask --no-quarantine gcenx/wine/wineskin

mnapoli commented 1 year ago

thanks!