Updated Building for Windows (markdown)

swablueme 2020-05-24 18:31:04 +10:00
parent 0c05d73b6b
commit 8c2c474559
1 changed files with 1 additions and 1 deletions

@ -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.** * **[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. * **[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) ![2](https://i.imgur.com/giDwuTm.png)