diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-12-14 20:16:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 20:16:22 +0100 |
| commit | 4f1376430dc61f67829ada9476c5566256d2e028 (patch) | |
| tree | dd6d52ca1a5bc232d3d20019e45a906998dec48e /docs | |
| parent | de2a5812db16f1ff0ddc7a0813061a10fa9aea56 (diff) | |
| download | wiki-4f1376430dc61f67829ada9476c5566256d2e028.tar.gz wiki-4f1376430dc61f67829ada9476c5566256d2e028.tar.bz2 wiki-4f1376430dc61f67829ada9476c5566256d2e028.zip | |
chore: fix guide
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/windows-requirements.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 2100c97..af002f9 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -79,18 +79,18 @@ 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.** + - **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) + - 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) + - 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) - 1. *Note #1: If you get a "Missing Microsoft Visual C++ 2008 Redistributable" error message while installing OpenSSL,* - *download the [Microsoft Visual C++ 2008 Redistributable Package (x64)](http://www.microsoft.com/en-us/download/details.aspx?id=29) (1.7MB Installer) and install it.* - *If you need 32bit support, download and install the [Microsoft Visual C++ 2008 Redistributable Package (x86)](http://www.microsoft.com/en-us/download/details.aspx?id=15336).* + - *Note #1: If you get a "Missing Microsoft Visual C++ 2008 Redistributable" error message while installing OpenSSL,* + *download the [Microsoft Visual C++ 2008 Redistributable Package (x64)](http://www.microsoft.com/en-us/download/details.aspx?id=29) (1.7MB Installer) and install it.* + *If you need 32bit support, download and install the [Microsoft Visual C++ 2008 Redistributable Package (x86)](http://www.microsoft.com/en-us/download/details.aspx?id=15336).* - 1. *Note #2: While installing OpenSSL, choose The OpenSSL binaries (/bin) directory (NOT "The Windows system directory")* - *when given the choice on where to copy the OpenSSL DLLs. These DLLs will need to be located easily for [Core Installation](windows-core-installation).* + - *Note #2: While installing OpenSSL, choose The OpenSSL binaries (/bin) directory (NOT "The Windows system directory")* + *when given the choice on where to copy the OpenSSL DLLs. These DLLs will need to be located easily for [Core Installation](windows-core-installation).* 1. [Boost](https://www.boost.org/). |
