ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://www.ioquake3.org/
GNU General Public License v2.0
2.34k stars 522 forks source link

CMake support #584

Closed Pan7 closed 1 year ago

Pan7 commented 1 year ago

Successfully compiled and linked with MinGW 32-bit and MSVC 2019 32-bit. Successfully compiled with MacOSX 10.4 (could not link with precompiled sdl2 libs, sdl2 requires 10.5 or later). There is cmake scripts missing for cross-compiling, was not able to create one for a 64-bit build within a 32-bit system. There is currently no check for supported platforms and compilers. When building with make then you can use the parameter V=1 to check the cflags, because there is definitely some wrong or missing. is yacc and stringify somehow required with cmake?