From 6bd8bcee606dc697c39c57ee3ecaded22eea9ccf Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Sat, 19 Feb 2022 10:10:21 +0000 Subject: [PATCH] Add note that Mac requires a C++17 compiler --- docs/CONTRIBUTING/Compiling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CONTRIBUTING/Compiling.md b/docs/CONTRIBUTING/Compiling.md index 080a1657b..2f6cfa9e6 100644 --- a/docs/CONTRIBUTING/Compiling.md +++ b/docs/CONTRIBUTING/Compiling.md @@ -37,6 +37,8 @@ To build with Xcode, use the cmake Xcode generator to create the Xcode project: cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild -H. -GXcode ``` +Building for Mac requires a C++17 compliant compiler i.e. the Xcode clang compiler. + ## Android First check that you have all of the [required dependencies](Dependencies.md#android).