Skip to content

Commit 18c2b69

Browse files
authored
Update build.md
1 parent 178f218 commit 18c2b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options for building:
2020
* `-DBUILD_SHARED_LIBS=ON` will build the unittest as a shared libary instead of a static library, which is the default
2121
* `-DUSE_ZLIB=1` will enable zlib support, required for http client + server + websocket per message deflate extension
2222
* `-DUSE_TLS=1` will enable TLS support
23-
* `-DUSE_OPEN_SSL=1` will use [openssl](https://www.openssl.org/) for the TLS support (default on Linux and Windows)
23+
* `-DUSE_OPEN_SSL=1` will use [openssl](https://www.openssl.org/) for the TLS support (default on Linux and Windows). When using a custom version of openssl (say a prebuilt version, odd runtime problems can happens, as in #319, and special cmake trickery will be required (see this [comment](https://github.com/machinezone/IXWebSocket/issues/175#issuecomment-620231032))
2424
* `-DUSE_MBED_TLS=1` will use [mbedlts](https://tls.mbed.org/) for the TLS support
2525
* `-DUSE_WS=1` will build the ws interactive command line tool
2626
* `-DUSE_TEST=1` will build the unittest

0 commit comments

Comments
 (0)