parent
b56067bd03
commit
d1bdb1ec65
98 changed files with 292 additions and 102 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -1,6 +1,6 @@
|
|||
# Building
|
||||
|
||||
The repository contains everything required to compile and build the examples on Windows, Linux, Android and MacOS using a C++ compiler that supports at least C++14. All required dependencies are included. The project uses [CMake](https://cmake.org/) as the build system.
|
||||
The repository contains everything required to compile and build the examples on Windows, Linux, Android and MacOS using a C++ compiler that supports at least C++20. All required dependencies are included. The project uses [CMake](https://cmake.org/) as the build system, min. required version is CMake 3.10.0.
|
||||
|
||||
## General CMake options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue