From 75ba46a55a95e318ba58496861073025f884436c Mon Sep 17 00:00:00 2001 From: TranRed Date: Sat, 20 Apr 2019 20:36:08 +0200 Subject: [PATCH 1/4] Updated Boost convenience link to newest relase Changed convenience link to (newest) release 1.70.0 instead of 1.67.0 --- BUILDING_ON_WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index 0c010c5b5..c905b43cd 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -21,7 +21,7 @@ Notes: - Download the `.exe` file appropriate to your Visual Studio installation version and system bitness (choose `x64` for 64-bit systems). Visual Studio versions map as follows: `14.1` in the filename corresponds to MSVC 2017, `14.0` to 2015, `12.0` to 2013, `11` to 2012, `10` to 2010, `9` to 2008 and `8` to 2005. _Only Visual Studio 2015 and 2017 are supported. Please upgrade should you have an older installation._ - **Convenience link for Visual Studio 2017: [Boost 1.67.0-MSVC-14.1](https://dl.bintray.com/boostorg/release/1.67.0/binaries/boost_1_67_0-msvc-14.1-64.exe)** + **Convenience link for Visual Studio 2017: [Boost 1.70.0-MSVC-14.1](https://dl.bintray.com/boostorg/release/1.70.0/binaries/boost_1_70_0-msvc-14.1-64.exe)** 2. When prompted where to install Boost, set the location to `C:\local\boost`. 3. After the installation finishes, rename the `C:\local\boost\lib64-msvc-14.1` (or similar) directory to simply `lib` (`C:\local\boost\lib`). From 3f1a4c6b1e2d733ae74972f278f19848f1b97e05 Mon Sep 17 00:00:00 2001 From: TranRed Date: Sat, 20 Apr 2019 20:43:31 +0200 Subject: [PATCH 2/4] Update BUILDING_ON_WINDOWS.md OpenSSL 1.0 download link was dead. Updated to current version --- BUILDING_ON_WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index c905b43cd..a6bc38775 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -34,7 +34,7 @@ Note: This installation will take about 1.5 GB of disk space. 3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory". ### For Qt SSL, we need OpenSSL 1.0 -1. Download OpenSSL for windows, version `1.0.2q`: **[Download](https://slproweb.com/download/Win64OpenSSL-1_0_2q.exe)** +1. Download OpenSSL for windows, version `1.0.2r`: **[Download](https://slproweb.com/download/Win64OpenSSL-1_0_2r.exe)** 2. When prompted, install it to any arbitrary empty directory. 3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory". 4. Copy the OpenSSL 1.0 files from its `/bin` folder to `C:/local/bin` (You will need to create the folder) From d7be324caa4b7df18ac0c14345c2e6aa3fd47b06 Mon Sep 17 00:00:00 2001 From: TranRed Date: Sat, 20 Apr 2019 20:51:22 +0200 Subject: [PATCH 3/4] changed C:/local/bin to C:\local\bin make it actually pastable into PATH --- BUILDING_ON_WINDOWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index a6bc38775..e238a2378 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -37,9 +37,9 @@ Note: This installation will take about 1.5 GB of disk space. 1. Download OpenSSL for windows, version `1.0.2r`: **[Download](https://slproweb.com/download/Win64OpenSSL-1_0_2r.exe)** 2. When prompted, install it to any arbitrary empty directory. 3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory". -4. Copy the OpenSSL 1.0 files from its `/bin` folder to `C:/local/bin` (You will need to create the folder) -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)) +4. Copy the OpenSSL 1.0 files from its `\bin` folder to `C:\local\bin` (You will need to create the folder) +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. From e3281da13926bd19a745ab3e1d77911f2356cd9f Mon Sep 17 00:00:00 2001 From: TranRed Date: Sun, 21 Apr 2019 17:15:04 +0200 Subject: [PATCH 4/4] Changed Boost link to 1.69.0 Changed link back from 1.70 to version 1.69. Version 1.70 was throwing compiler errors on different computers for me --- 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 e238a2378..7aedb0cab 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -17,11 +17,11 @@ Notes: 1. First, download a boost installer appropriate for your version of Visual Studio. - Visit the downloads list [on Bintray](https://dl.bintray.com/boostorg/release/). - - Select the latest version from the list and navigate into the `binaries/` directory. + - Select the latest version from the list and navigate into the `binaries/` directory. (Note: 1.70.0 did not work) - Download the `.exe` file appropriate to your Visual Studio installation version and system bitness (choose `x64` for 64-bit systems). Visual Studio versions map as follows: `14.1` in the filename corresponds to MSVC 2017, `14.0` to 2015, `12.0` to 2013, `11` to 2012, `10` to 2010, `9` to 2008 and `8` to 2005. _Only Visual Studio 2015 and 2017 are supported. Please upgrade should you have an older installation._ - **Convenience link for Visual Studio 2017: [Boost 1.70.0-MSVC-14.1](https://dl.bintray.com/boostorg/release/1.70.0/binaries/boost_1_70_0-msvc-14.1-64.exe)** + **Convenience link for Visual Studio 2017: [Boost 1.69.0-MSVC-14.1](https://dl.bintray.com/boostorg/release/1.69.0/binaries/boost_1_69_0-msvc-14.1-64.exe)** 2. When prompted where to install Boost, set the location to `C:\local\boost`. 3. After the installation finishes, rename the `C:\local\boost\lib64-msvc-14.1` (or similar) directory to simply `lib` (`C:\local\boost\lib`).