Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 737 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 737 Bytes

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 .