From ac82b22fff555fdbf7cdcbefa95f2939eec2104d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 16 Jul 2018 09:01:23 -0700 Subject: Updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd03ff8..f6d6f9a 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ to add quotes to CMake's custom commands, please let me know!) To enable Vulkan validation layers, you will need to download [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) and add environemt variable *VK_LAYER_PATH* that contains path to the Bin directory in VulkanSDK installation folder. +Make sure that Visual C++ ATL Support is installed via Visual Studio Installer. + Open DiligentEngine.sln file in cmk_build/Win64 folder, select configuration and build the engine. Set the desired project as startup project (by default, Asteroids demo will be selected) and run it. @@ -145,7 +147,9 @@ to build as it will use Visual Studio 2013 (v120) toolset that lacks proper c++1 ## Linux -Your Linux environment needs to be set up for c++ development. To configure my fresh Ubuntu 17.10, I installed the following packages: +Your Linux environment needs to be set up for c++ development. If it already is, make sure your c++ tools are up to date +as Diligent Engine uses modern c++ features (gcc/g++ 7 or later is recommended). To configure my fresh Ubuntu 17.10, I installed +the following packages: 1. gcc, make and other essential c/c++ tools: -- cgit v1.2.3