From af24eb15d89afd270726e4367770907960881487 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Wed, 6 Dec 2023 16:03:16 -0500 Subject: [PATCH] Docs: Update INSTALL.md with Windows-specific OpenSSL linking details --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 1831f675dd..7ceab5a4bf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -585,6 +585,14 @@ But if you: -D OPENSSL_SSL_LIBRARY="_filepath of libssl library_" ``` +_Tip_: For Windows, you may need to do this instead: +```sh + -D OPENSSL_ROOT_DIR="_path to openssl install root_" + -D OPENSSL_INCLUDE_DIR="_filepath of openssl header directory_" + -D LIB_EAY_RELEASE="_filepath of libcrypto library_" # or LIB_EAY_DEBUG for Debug builds + -D SSL_EAY_RELEASE="_filepath of libssl library_" # or SSL_EAY_DEBUG for Debug builds +``` + ### `libjson-c` _Tip_: You're strongly encouraged to link with the a static json-c library.