From 96747acc0ef578a76a4e69fa2340e017aa658e00 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 6 Aug 2019 17:56:19 -0700 Subject: Updated troubleshooting.md --- Troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3