sandsmark / freeaoe

A free game engine capable of running Age of Empires 2 and Star Wars: Galactic Battlegrounds
GNU General Public License v3.0
204 stars 20 forks source link

macos support #3

Open sandsmark opened 4 years ago

sandsmark commented 4 years ago

apple doesn't ship a modern c++ compiler with proper c++17 support so genieutils won't build, and I assume they don't support c++20 so freeaoe won't build.

once apple enters the modern era of 2017 I can set up github actions to publish prebuilt macos binaries.

sandsmark commented 4 years ago

they don't seem to support c++20 at all, so there goes that