From 222941a7ad8ac93ed72d71a0934a62256ae4dcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Mon, 4 Jan 2021 16:37:49 -0300 Subject: [PATCH] oof --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index e244c72..2d797ae 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -9,7 +9,7 @@ On Windows, all library dependencies are automatically included within the `exte * **[Visual Studio 2019 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer.** * **[CMake](https://cmake.org/download/)** - Used to generate Visual Studio project files. Does not matter if either 32-bit or 64-bit version is installed. * **[Conan](https://conan.io/downloads.html)** - Conan installs the dependencies automatically when cmake configures the project and it may take a while (~1 hour on first run) to collect all the dependencies - * **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows) ** - **Make sure to select Latest SDK.** + * **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** ![2](https://i.imgur.com/giDwuTm.png)