From 4a7856d9979b8f5403bf9600c9fa187f0c12a62a Mon Sep 17 00:00:00 2001 From: apa420 <17131426+apa420@users.noreply.github.com> Date: Wed, 1 May 2019 20:25:55 +0200 Subject: [PATCH] Update BUILDING_ON_WINDOWS.md --- BUILDING_ON_WINDOWS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index 7aedb0cab..a4ff67c32 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -102,7 +102,14 @@ To produce all supplement files for a standalone build, follow these steps (adju cd C:\Users\example\src\build-chatterino-Desktop_Qt_5_11_2_MSVC2017_64bit-Release\release C:\Qt\5.11.2\msvc2017_64\bin\windeployqt.exe chatterino.exe + 5. Go to `C:\local\bin\` and copy these dll's into your `release folder`. + ``` + libssl-1_1-x64.dll + libcrypto-1_1-x64.dll + ssleay32.dll + libeay32.dll + ``` - 5. The `releases` directory will now be populated with all the required files to make the chatterino build standalone. + 6. The `releases` directory will now be populated with all the required files to make the chatterino build standalone. You can now create a zip archive of all the contents in `releases` and distribute the program as is, without requiring any development tools to be present on the target system. (However, the vcredist package must be present, as usual - see the [README](README.md)).