Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building from source

Dependencies:

  • cmake
  • all the glfw dependencies (see here)

Build Instructions

Dependencies:

  • cmake
  • all the glfw dependencies (see here)

Download with: git clone --recursive https://github.com/infernotnt/reviv2

Windows

Just run scripts/Build-Release-Windows.bat and you’re done.

Linux

mkdir build
cd build
cmake ../reviv2 -DCMAKE_BUILD_TYPE=Release
cmake --build . -j4

If 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.

Releases

Packages

Contributors

Languages