An OpenGL / ImGui respawn bsp viewer
- Install msys2 and follow installation steps on their website
- Open the MingW shell
- Run:
pacman -S {make,cmake} pacman -S mingw-w64-x86_64-{glm,glew,spdlog,glfw,cmake}
cmake . -G "MinGW Makefiles"
cmake --build .
unzip winlibs.zip -d ./build
cmake . -G "Unix Makefiles"
cmake --build .