mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 18:54:53 +09:00
Mention in INSTALL.md a way to build against libssl 1.1
This commit is contained in:
parent
a1daa4fb3e
commit
4c17e3486b
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ version. If your distro has 1.1, see if you can grab 1.0 or 1.0.1 in some way,
|
||||||
either through the distro package or by downloading OpenSSL manually from its
|
either through the distro package or by downloading OpenSSL manually from its
|
||||||
website, or some alternative package manager such as GNU Guix.
|
website, or some alternative package manager such as GNU Guix.
|
||||||
|
|
||||||
|
UPDATE: If you proceed with the steps below and `stack build` throws an error
|
||||||
|
while building `HsOpenSSL`, there's a chance you can still use OpenSSL 1.1
|
||||||
|
successfully if you run these commands:
|
||||||
|
|
||||||
|
$ stack build HsOpenSSL --flag HsOpenSSL:-fast-bignum
|
||||||
|
$ stack build
|
||||||
|
|
||||||
Install dependency library development packages. It's very likely you already
|
Install dependency library development packages. It's very likely you already
|
||||||
have them all installed, and if you're missing some, the build process will
|
have them all installed, and if you're missing some, the build process will
|
||||||
inform you. But it's still nice to have a list here. The list below isn't a
|
inform you. But it's still nice to have a list here. The list below isn't a
|
||||||
|
|
Loading…
Reference in a new issue