Skip to content

Commit

Permalink
Docs: Update INSTALL.md with Windows-specific OpenSSL linking details
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Dec 11, 2023
1 parent 00b7853 commit af24eb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af24eb1

Please sign in to comment.