sudasana / armcom2

Armoured Commander II
104 stars 13 forks source link

Enable OSX as a platform #9

Closed dan-oppenheim closed 4 years ago

dan-oppenheim commented 4 years ago

This pull request enables OSX support.

The main change is to not use the local copy of libtcod, as this does not have the dynamic libraries required for OSX, but to instead prefer a system local installation, i.e. via Pip. This has been changed in both the main game and in the xp_loader.

An OSX_README.md has been added to describe how to run the game under OSX.

Finally, SDL2 is set as the renderer on OSX.