Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 267 Bytes

File metadata and controls

19 lines (14 loc) · 267 Bytes

Building

Requirements

  1. C++ Compiler, has to be Visual Studio 2019 or 2017 on Windows
  2. CMake 3.1 or higher

Then after you have everything installed just execute this command:

Windows:

build.bat

Linux:

chmod +x build.sh
./build.sh