When trying to compile for Debian Linux (Testing), I get the following error:
game/q_shared.c: In function ‘CPUID_Features’:
game/q_shared.c:2571:4: error: #error no CPUID implementation
2571 | # error no CPUID implementation
| ^~~~~
make[1]: *** [makefile:587: build_release/client/q_shared.o] Error 1
Install both cpuid
and cpuidtool
packages from APT but still get the error.
Turns out the game only supports 32-bit. Can be closed.