Add note that Mac requires a C++17 compiler

This commit is contained in:
Jake Turner
2022-02-19 10:10:21 +00:00
committed by Baldur Karlsson
parent 949aaa2c0a
commit 6bd8bcee60
+2
View File
@@ -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).