Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehKulykov authored Mar 20, 2017
1 parent 0bc12ac commit d1586fc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ make
> During configuration phase, [Libwebsockets] and [Jansson] will be also configured, so, you can add cmake flags for this libs. Something like:
> ```sh
> cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DJANSSON_BUILD_DOCS:BOOL=OFF \
-DLWS_WITHOUT_DEBUG:BOOL=ON ..
> -DCMAKE_INSTALL_PREFIX:PATH=/usr \
> -DJANSSON_BUILD_DOCS:BOOL=OFF \
> -DLWS_WITHOUT_DEBUG:BOOL=ON ..
> ```
> For more options read [Libwebsockets], [Jansson] and [CMake] documentation.
Expand All @@ -100,13 +100,13 @@ cmake -G"Visual Studio 11" -DCMAKE_BUILD_TYPE=Release ..
Example configuring **without** [OpenSSL] support for **Microsoft Visual Studio**:
> ```sh
> cmake -DCMAKE_INSTALL_PREFIX:PATH=c:\dev\FayeCpp\win-install \
-DLWS_WITH_SSL:BOOL=OFF \
-DLWS_SSL_CLIENT_USE_OS_CA_CERTS:BOOL=OFF \
-DLWS_USE_CYASSL:BOOL=OFF \
-DLWS_WITHOUT_SERVER:BOOL=ON \
-DLWS_WITHOUT_DAEMONIZE:BOOL=ON \
-DCMAKE_BUILD_TYPE=Release \
-G"Visual Studio 11" ..
> -DLWS_WITH_SSL:BOOL=OFF \
> -DLWS_SSL_CLIENT_USE_OS_CA_CERTS:BOOL=OFF \
> -DLWS_USE_CYASSL:BOOL=OFF \
> -DLWS_WITHOUT_SERVER:BOOL=ON \
> -DLWS_WITHOUT_DAEMONIZE:BOOL=ON \
> -DCMAKE_BUILD_TYPE=Release \
> -G"Visual Studio 11" ..
> ```
* Or another option: especially for this case was added continuous integration for **Microsoft Windows** via [AppVeyor] service, so you could look to the **appveyor.yml** file, located a the root of the repository, and find out how to configure and build with minimun actions.
Expand Down

0 comments on commit d1586fc

Please sign in to comment.