Skip to content

MRVN-Radiant/MRVN-Explorer

Repository files navigation

MRVN-Explorer

An OpenGL / ImGui respawn bsp viewer

image image

Compiling

Getting dependencies on Windows

  • 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}

Windows

cmake . -G "MinGW Makefiles"
cmake --build .

Unzipping dlls

unzip winlibs.zip -d ./build

Linux

cmake . -G "Unix Makefiles"
cmake --build .