mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
docs: mac: add info from github
This commit is contained in:
parent
1ada132932
commit
faf260ccfa
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue