mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
update cmake opts in README.build
via "DevYourWorld" on github https://github.com/warmcat/libwebsockets/issues/64 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
92f9b16c9e
commit
1ea84e7710
1 changed files with 2 additions and 2 deletions
|
@ -98,9 +98,9 @@ To list avaialable options (ommit the H if you don't want the help text):
|
|||
|
||||
Then to set an option and build (for example turn off SSL support):
|
||||
|
||||
cmake -DWITH_SSL=0 ..
|
||||
cmake -DLWS_WITH_SSL=0 ..
|
||||
or
|
||||
cmake -DWITH_SSL:BOOL=OFF ..
|
||||
cmake -DLWS_WITH_SSL:BOOL=OFF ..
|
||||
|
||||
Unix GUI
|
||||
--------
|
||||
|
|
Loading…
Add table
Reference in a new issue