aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-03-10 04:19:43 +0100
committerGitHub <noreply@github.com>2021-03-10 04:19:43 +0100
commitaf5b1beb64f97533ef91f0d26dae735183d1a79c (patch)
tree9350086854ca90a5c472ce69438d293f5fc3d8b3 /BUILD.md
parent84c673c5ba6178afda85dbc9a4a83d9e5fcf5d47 (diff)
parent10e7f483478759d5b73cefce4718791d10f12fa9 (diff)
downloadPrismLauncher-af5b1beb64f97533ef91f0d26dae735183d1a79c.tar.gz
PrismLauncher-af5b1beb64f97533ef91f0d26dae735183d1a79c.tar.bz2
PrismLauncher-af5b1beb64f97533ef91f0d26dae735183d1a79c.zip
Merge pull request #3646 from sambhavsaggi/openssl_doc_update
Fix #3638: OpenSSL download links in BUILD.md are dead
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 7aa1b497..4360fdde 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -94,8 +94,8 @@ Getting the project to build and run on Windows is easy if you use Qt's IDE, Qt
* [Qt 5.6+ Development tools](http://qt-project.org/downloads) -- Qt Online Installer for Windows
- http://download.qt.io/new_archive/qt/5.6/5.6.0/qt-opensource-windows-x86-mingw492-5.6.0.exe
- Download the MinGW version (MSVC version does not work).
-* [OpenSSL](https://indy.fulgan.com/SSL/Archive/) -- Win32 OpenSSL, version 1.0.2g (from 2016)
- - https://indy.fulgan.com/SSL/Archive/openssl-1.0.2g-i386-win32.zip
+* [OpenSSL](https://github.com/IndySockets/OpenSSL-Binaries/tree/master/Archive/) -- Win32 OpenSSL, version 1.0.2g (from 2016)
+ - https://github.com/IndySockets/OpenSSL-Binaries/raw/master/Archive/openssl-1.0.2g-i386-win32.zip
- the usual OpenSSL for Windows (http://slproweb.com/products/Win32OpenSSL.html) only provides the newest version of OpenSSL, and we need the 1.0.2g version
- **Download the 32-bit version, not 64-bit.**
- Microsoft Visual C++ 2008 Redist is required for this, there's a link on the OpenSSL download page above next to the main download.