mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fix ssl download link
This commit is contained in:
parent
e0abfb9a1f
commit
bb40263189
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ Chatterino 2 is the second installment of my twitch chat client series "Chatteri
|
||||||
|
|
||||||
## requirements
|
## requirements
|
||||||
1. download the [boost library](https://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.zip/download) and extract it to `C:\local\boost`
|
1. download the [boost library](https://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.zip/download) and extract it to `C:\local\boost`
|
||||||
2. download binaries for OpenSSL >= 1.0.2 or compile it from source. [example download](https://indy.fulgan.com/SSL/https://indy.fulgan.com/SSL/)
|
2. download binaries for OpenSSL >= 1.0.2 or compile it from source. [example download](https://indy.fulgan.com/SSL/)
|
||||||
3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.
|
3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.
|
||||||
|
|
Loading…
Reference in a new issue