From 8c2c4745599fc7d80019dd0c9c75e7500dd938e7 Mon Sep 17 00:00:00 2001 From: swablueme <10569495+swablueme@users.noreply.github.com> Date: Sun, 24 May 2020 18:31:04 +1000 Subject: [PATCH] Updated Building for Windows (markdown) --- 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 1d4ee39..a79198c 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -8,7 +8,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)** - Installs the dependencies when cmake configures the project. + * **[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 ![2](https://i.imgur.com/giDwuTm.png)