From ab5f4ff137aae1d2276455af61551e2b0ea780ab Mon Sep 17 00:00:00 2001 From: Jason Haslam Date: Sun, 18 Aug 2019 10:41:50 -0600 Subject: [PATCH] Add note about required dependencies for building OpenSSL on Windows --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f93ce18d..8023e6a8 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ submodules are optional or may also be satisfied by system libraries. * libssh2 (needed by `libgit2` for SSH support) * openssl (needed by `libssh2` and `libgit2` on some platforms) +Note that building `OpenSSL` on Windows requires `Perl` and `NASM`. + How to Build ------------