Deployed d706a4a
with MkDocs version: 1.1.2
This commit is contained in:
@ -115,13 +115,13 @@ make install # will install to /usr/local on Unix, on macOS it is a good idea to
|
||||
There is a unittest which can be executed by typing <code>make test</code>.</p>
|
||||
<p>Options for building:</p>
|
||||
<ul>
|
||||
<li><code>-DBUILD_SHARED_LIBS=ON</code> will build the unittest as a shared libary instead of a static library, which is the default</li>
|
||||
<li><code>-DUSE_ZLIB=1</code> will enable zlib support, required for http client + server + websocket per message deflate extension</li>
|
||||
<li><code>-DUSE_TLS=1</code> will enable TLS support</li>
|
||||
<li><code>-DUSE_OPEN_SSL=1</code> will use <a href="https://www.openssl.org/">openssl</a> for the TLS support (default on Linux and Windows)</li>
|
||||
<li><code>-DUSE_MBED_TLS=1</code> will use <a href="https://tls.mbed.org/">mbedlts</a> for the TLS support</li>
|
||||
<li><code>-DUSE_WS=1</code> will build the ws interactive command line tool</li>
|
||||
<li><code>-DUSE_TEST=1</code> will build the unittest</li>
|
||||
<li><code>-DUSE_PYTHON=1</code> will use Python3 for cobra bots, require Python3 to be installed.</li>
|
||||
</ul>
|
||||
<p>If you are on Windows, look at the <a href="https://github.com/machinezone/IXWebSocket/blob/master/appveyor.yml">appveyor</a> file (not maintained much though) or rather the <a href="https://github.com/machinezone/IXWebSocket/blob/master/.github/workflows/unittest_windows.yml">github actions</a> which have instructions for building dependencies.</p>
|
||||
<p>It is also possible to externally include the project, so that everything is fetched over the wire when you build like so:</p>
|
||||
|
Reference in New Issue
Block a user