Updated documentation for C++ standard requirement

Still had 11, though CMake has been using 14 for quite some time now
This commit is contained in:
Sascha Willems 2024-05-25 12:18:24 +02:00
parent 202cfbb49e
commit d93c4b2e4b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Building # 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++11. 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++14. All required dependencies are included. The project uses [CMake](https://cmake.org/) as the build system.
## General CMake options ## General CMake options

View file

@ -58,7 +58,7 @@ git submodule update
## Building ## Building
The repository contains everything required to compile and build the examples on <img src="./images/windowslogo.png" alt="" height="22px" valign="bottom"> Windows, <img src="./images/linuxlogo.png" alt="" height="24px" valign="bottom"> Linux, <img src="./images/androidlogo.png" alt="" height="24px" valign="bottom"> Android, <img src="./images/applelogo.png" alt="" valign="bottom" height="24px"> iOS and macOS (using MoltenVK) using a C++ compiler that supports C++11. The repository contains everything required to compile and build the examples on <img src="./images/windowslogo.png" alt="" height="22px" valign="bottom"> Windows, <img src="./images/linuxlogo.png" alt="" height="24px" valign="bottom"> Linux, <img src="./images/androidlogo.png" alt="" height="24px" valign="bottom"> Android, <img src="./images/applelogo.png" alt="" valign="bottom" height="24px"> iOS and macOS (using MoltenVK) using a C++ compiler that supports C++14.
See [BUILD.md](BUILD.md) for details on how to build for the different platforms. See [BUILD.md](BUILD.md) for details on how to build for the different platforms.