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).