mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update BUILDING_ON_WINDOWS.md
This commit is contained in:
parent
fd5f1b41aa
commit
c7f4714e22
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,6 @@ Note: This installation will take about 1.5 GB of disk space.
|
||||||
2. When prompted, install OpenSSL to `C:\local\openssl`
|
2. When prompted, install OpenSSL to `C:\local\openssl`
|
||||||
3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory".
|
3. When prompted, copy the OpenSSL DLLs to "The OpenSSL binaries (/bin) directory".
|
||||||
|
|
||||||
Note: This installation will take about 200 MB of disk space.
|
|
||||||
|
|
||||||
### For Qt SSL, we need OpenSSL 1.0
|
### For Qt SSL, we need OpenSSL 1.0
|
||||||
1. Download OpenSSL for windows, version `1.0.2p`: [32-bit download](https://slproweb.com/download/Win32OpenSSL-1_0_2p.exe), **[64-bit download](https://slproweb.com/download/Win64OpenSSL-1_0_2p.exe)**
|
1. Download OpenSSL for windows, version `1.0.2p`: [32-bit download](https://slproweb.com/download/Win32OpenSSL-1_0_2p.exe), **[64-bit download](https://slproweb.com/download/Win64OpenSSL-1_0_2p.exe)**
|
||||||
2. When prompted, install it to any arbitrary empty directory.
|
2. When prompted, install it to any arbitrary empty directory.
|
||||||
|
@ -41,6 +39,8 @@ Note: This installation will take about 200 MB of disk space.
|
||||||
5. Then copy the OpenSSL 1.1 files from its `/bin` folder to `C:/local/bin` (Overwrite any duplicate files)
|
5. Then copy the OpenSSL 1.1 files from its `/bin` folder to `C:/local/bin` (Overwrite any duplicate files)
|
||||||
6. Add `C:/local/bin` to your path folder ([Follow guide here if you don't know how to do it]( https://www.computerhope.com/issues/ch000549.htm#windows8))
|
6. Add `C:/local/bin` to your path folder ([Follow guide here if you don't know how to do it]( https://www.computerhope.com/issues/ch000549.htm#windows8))
|
||||||
|
|
||||||
|
Note: This installation will take about 200 MB of disk space.
|
||||||
|
|
||||||
## Qt
|
## Qt
|
||||||
1. Visit the [Qt download page](https://www.qt.io/download).
|
1. Visit the [Qt download page](https://www.qt.io/download).
|
||||||
2. Select "Open source" at the bottom of this page
|
2. Select "Open source" at the bottom of this page
|
||||||
|
|
Loading…
Reference in a new issue