diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-08-07 00:56:19 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-08-07 00:56:19 +0000 |
| commit | 96747acc0ef578a76a4e69fa2340e017aa658e00 (patch) | |
| tree | 3469a8d1822e0ce8e58b5defc7a2b55a6ff54e01 | |
| parent | Merge pull request #50 from jayrulez/patch-1 (diff) | |
| download | DiligentEngine-96747acc0ef578a76a4e69fa2340e017aa658e00.tar.gz DiligentEngine-96747acc0ef578a76a4e69fa2340e017aa658e00.zip | |
Updated troubleshooting.md
| -rw-r--r-- | Troubleshooting.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Troubleshooting.md b/Troubleshooting.md index f8d25fe..3e9f059 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -12,6 +12,9 @@ git submodule update --recursive * Make sure your build environment is up-to-date: * When using gcc, make sure the compiler version is at least 7.4 * Make sure you build your project with c++11 features enabled + * When including Diligent headers, make sure that exactly one of `PLATFORM_WIN32`, + `PLATFORM_UNIVERSAL_WINDOWS`, `PLATFORM_ANDROID`, `PLATFORM_LINUX`, `PLATFORM_MACOS`, and + `PLATFORM_IOS` macros is defined as `1`. ### Projects don't run |
