We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949aaa2 commit 6bd8bceCopy full SHA for 6bd8bce
docs/CONTRIBUTING/Compiling.md
@@ -37,6 +37,8 @@ To build with Xcode, use the cmake Xcode generator to create the Xcode project:
37
cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild -H. -GXcode
38
```
39
40
+Building for Mac requires a C++17 compliant compiler i.e. the Xcode clang compiler.
41
+
42
## Android
43
44
First check that you have all of the [required dependencies](Dependencies.md#android).
0 commit comments