From c7f4714e228bc3a0eade172b6dd149a0a54989cd Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Thu, 18 Oct 2018 09:40:56 +0200 Subject: [PATCH] Update BUILDING_ON_WINDOWS.md --- BUILDING_ON_WINDOWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index 207cbf438..2bf3b04bf 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -31,8 +31,6 @@ Note: This installation will take about 1.5 GB of disk space. 2. When prompted, install OpenSSL to `C:\local\openssl` 3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory". -Note: This installation will take about 200 MB of disk space. - ### For Qt SSL, we need OpenSSL 1.0 1. Download OpenSSL for windows, version `1.0.2p`: [32-bit download](https://slproweb.com/download/Win32OpenSSL-1_0_2p.exe), **[64-bit download](https://slproweb.com/download/Win64OpenSSL-1_0_2p.exe)** 2. When prompted, install it to any arbitrary empty directory. @@ -41,6 +39,8 @@ Note: This installation will take about 200 MB of disk space. 5. Then copy the OpenSSL 1.1 files from its `/bin` folder to `C:/local/bin` (Overwrite any duplicate files) 6. Add `C:/local/bin` to your path folder ([Follow guide here if you don't know how to do it]( https://www.computerhope.com/issues/ch000549.htm#windows8)) +Note: This installation will take about 200 MB of disk space. + ## Qt 1. Visit the [Qt download page](https://www.qt.io/download). 2. Select "Open source" at the bottom of this page