diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-07-16 16:01:23 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-07-16 16:01:23 +0000 |
| commit | ac82b22fff555fdbf7cdcbefa95f2939eec2104d (patch) | |
| tree | ebd76ed37c297669a5776fc41511f301069f4c95 | |
| parent | Fixed couple of minor issue with anassigned object names that are not empty, ... (diff) | |
| download | DiligentEngine-ac82b22fff555fdbf7cdcbefa95f2939eec2104d.tar.gz DiligentEngine-ac82b22fff555fdbf7cdcbefa95f2939eec2104d.zip | |
Updated readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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: |
