Skip to content

Commit 6bd8bce

Browse files
Zorro666baldurk
authored andcommitted
Add note that Mac requires a C++17 compiler
1 parent 949aaa2 commit 6bd8bce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CONTRIBUTING/Compiling.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ To build with Xcode, use the cmake Xcode generator to create the Xcode project:
3737
cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild -H. -GXcode
3838
```
3939

40+
Building for Mac requires a C++17 compliant compiler i.e. the Xcode clang compiler.
41+
4042
## Android
4143

4244
First check that you have all of the [required dependencies](Dependencies.md#android).

0 commit comments

Comments
 (0)