From faf260ccfa528736ee624541ea053974311cc0d1 Mon Sep 17 00:00:00 2001 From: Whisperbyte Date: Wed, 1 Mar 2017 17:57:38 +0800 Subject: [PATCH] docs: mac: add info from github --- README.build.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.build.md b/README.build.md index 5706fae7..592082bb 100644 --- a/README.build.md +++ b/README.build.md @@ -93,6 +93,14 @@ To get it to build on latest openssl (2016-04-10) it needed this approach cmake .. -DLWS_WITH_HTTP2=1 -DLWS_OPENSSL_INCLUDE_DIRS=/usr/local/include/openssl -DLWS_OPENSSL_LIBRARIES="/usr/local/lib64/libssl.so;/usr/local/lib64/libcrypto.so" ``` +Mac users have reported + +``` + $ export OPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2k; cmake ..; make -j4 +``` + +worked for them when using "homebrew" OpenSSL + **NOTE5**: To build with debug info and _DEBUG for lower priority debug messages compiled in, use