diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-11-01 19:56:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-01 19:56:42 +0100 |
| commit | fb4945661f3719c40772657b22d208ed25071ea4 (patch) | |
| tree | 6220af920d67c7dbd84f21b16d60bfa44c618f3b | |
| parent | 9b4cd52bbd927399260756a63c2aeaa87bd58d9f (diff) | |
| download | wiki-fb4945661f3719c40772657b22d208ed25071ea4.tar.gz wiki-fb4945661f3719c40772657b22d208ed25071ea4.tar.bz2 wiki-fb4945661f3719c40772657b22d208ed25071ea4.zip | |
chore: Idiot proof openSSL requirements
| -rw-r--r-- | docs/windows-requirements.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 5df9825..2100c97 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -9,7 +9,7 @@ | :- | | Boost ≥ 1.70 - 1.74 | | MySQL ≥ 5.7.0 | -| OpenSLL ≥ 1.0.x | +| OpenSLL ≥ 1.0.x (OpenSSQL 3.0 is not supported)| | CMake ≥ 3.16 | | MS Visual Studio (Community) ≥ 16.4 (2019) (Desktop) (No preview) @@ -79,6 +79,8 @@ 1. [OpenSSL](http://www.slproweb.com/products/Win32OpenSSL.html) Download the 64bit version. Or you can get both if you plan to compile both 32 and 64bit, they can coexist side by side. +**OpenSSL 3.0 is not supported.** + 1. Find the 64bit version by finding the latest 1.0.x or 1.1.x Win64 OpenSSL that is NOT the "light" version. (Example: Win64 OpenSSL v1.1.1g) 1. Find the 32bit version by finding the latest 1.0.x or 1.1.x Win32 OpenSSL that is NOT the "light" version. (Example: Win32 OpenSSL v1.1.1g) |
