summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-08-07 00:56:19 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-08-07 00:56:19 +0000
commit96747acc0ef578a76a4e69fa2340e017aa658e00 (patch)
tree3469a8d1822e0ce8e58b5defc7a2b55a6ff54e01
parentMerge pull request #50 from jayrulez/patch-1 (diff)
downloadDiligentEngine-96747acc0ef578a76a4e69fa2340e017aa658e00.tar.gz
DiligentEngine-96747acc0ef578a76a4e69fa2340e017aa658e00.zip
Updated troubleshooting.md
-rw-r--r--Troubleshooting.md3
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