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 #585

Open Pan7 opened 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?

mgerhardy commented 1 year ago

have you seen these ones?

https://github.com/ioquake/ioq3/pull/559 https://github.com/ioquake/ioq3/pull/258

Pan7 commented 1 year ago

have you seen these ones?

559 #258

I have seen https://github.com/ioquake/ioq3/pull/258 Have you seen this? https://github.com/ioquake/ioq3/pull/258#issuecomment-298247252