diff options
| author | Cold <90683398+Cold-Martijn@users.noreply.github.com> | 2021-10-22 15:44:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-22 15:44:24 +0200 |
| commit | f8b25bceab4a6df699ca2fee69019aa311a481b5 (patch) | |
| tree | 11988b4a6d88fc176c59f9bfe54dbe4454e7ad50 /docs | |
| parent | 5e2ef1893cd5cabd3198bddb3732826bfa67ba97 (diff) | |
| download | wiki-f8b25bceab4a6df699ca2fee69019aa311a481b5.tar.gz wiki-f8b25bceab4a6df699ca2fee69019aa311a481b5.tar.bz2 wiki-f8b25bceab4a6df699ca2fee69019aa311a481b5.zip | |
chore: windows-core-installation.md (#641)
* Update windows-core-installation.md
Made it clear that OpenSLL files are separate files, not 1 file with a strange name. Also made clear that you only have to download either 32 or 64 bit.
* Update windows-core-installation.md
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/windows-core-installation.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index 24ab23f..24cfb50 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -141,15 +141,17 @@ There are three DLL files that need to be manually added to this folder, and you OpenSLL _before_ version 1.1.0: -**libeay32.dll** +**libeay32.dll** and **ssleay32.dll** → C:\OpenSSL-Win64\ or C:\OpenSSL-Win32\ *(depends on if your core is 64-bit or 32-bit)*. OpenSSL 1.1.0 and more recent installed, names have changed: -**libssl-1_1.dll** +For 32-bit version: +**libssl-1_1.dll** and **libcrypto-1_1.dll** → C:\OpenSSL-Win32\bin -**libssl-1_1-x64.dll** +For 64-bit version: +**libssl-1_1-x64.dll** and **libcrypto-1_1-x64.dll** → C:\OpenSSL-Win64\bin #### About compilation log and report |
