mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-03 16:40:44 +00:00
Add note that Mac requires a C++17 compiler
This commit is contained in:
committed by
Baldur Karlsson
parent
949aaa2c0a
commit
6bd8bcee60
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user