diff --git a/BUILD.md b/BUILD.md index b34ae9f6..eb7a62a9 100644 --- a/BUILD.md +++ b/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++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 diff --git a/README.md b/README.md index 7e7c3143..f962a5ca 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ git submodule update ## Building -The repository contains everything required to compile and build the examples on Windows, Linux, Android, 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 Windows, Linux, Android, 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.