cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
891 stars 114 forks source link

Mac port #104

Closed cxong closed 11 years ago

cxong commented 11 years ago

Once upon a time C-Dogs SDL supported MacOSX; it shouldn't be too hard since the builds are handled with CMake.

cxong commented 11 years ago

Managed to get it working on mac with macports and 32-bit mode. I don't have confidence that this will be easy to package, due to the workarounds needed to force it to build 32-bit. A proper mac port would probably require a 64-bit conversion to make sure everything works with minimal hassle.

cxong commented 11 years ago

After some 64-bit fixes, mac build works but with some extra fiddling required. Packaging is another matter though; it seems CMake Mac packages are very poorly documented. Changing this task to documenting mac builds for developers, and splitting of the actual port to #130

cxong commented 11 years ago

https://github.com/cxong/cdogs-sdl/wiki/Developer-Getting-Started:-OSX-Xcode