Skip to content

Commit 10ce6e8

Browse files
Documented how to satisfy the OpenSSL dependency on Arch
1 parent 7c7610a commit 10ce6e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ucontrib/CoreCrypto/INSTALL.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ opam install sqlite3
5555

5656
* On recent Ubuntus and Debians, installing `openssl-dev` should be enough and work out of the box. (JP: OpenSSL 1.0.2d 9 Jul 2015 worked for me).
5757
* On older Ubuntus, we've had success with some PPA that offers a recent OpenSSL. See the `.travis.yml` file in the repo.
58+
* On Arch first run git clone https://github.com/openssl/openssl.git in `pub/ucontrib/CoreCrypto/ml` and then run `make` here as usual.
5859

59-
Otherwise, if you get errors about missing `EVP_AES_GCM`, then you need to obtain the OpenSSL sourcecode, e.g. using
60+
Otherwise, if you get errors about missing `EVP_AES_GCM`, then you need to obtain the OpenSSL source code, e.g. using
6061

6162
git clone https://github.com/openssl/openssl.git
6263

0 commit comments

Comments
 (0)