cmake- all the
glfwdependencies (see here)
Dependencies:
cmake- all the
glfwdependencies (see here)
Download with: git clone --recursive https://github.com/infernotnt/reviv2
Just run scripts/Build-Release-Windows.bat and you’re done.
mkdir build
cd build
cmake ../reviv2 -DCMAKE_BUILD_TYPE=Release
cmake --build . -j4If you’re using Wayland on Linux, it should automatically get detected and glfw will compile for Wayland.
After building, the executable is in bin/Release-OS directory. You can delete the static library files. You only need the executable and the assets folder.