GMQCC 2: RamblingMad Boogaloo
An improved, improved QuakeC compiler
About
This fork is a gradual modernization of the gmqcc codebase.
Building
From the root directory of the repo run the following commands:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build . -- -j8