Deployed 68c97da
with MkDocs version: 1.1.2
This commit is contained in:
@ -121,8 +121,9 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
|
||||
<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/ccpp.yml#L40">github actions</a> which have instructions for building dependencies.</p>
|
||||
<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>
|
||||
<pre><code> ExternalProject_Add(
|
||||
IXWebSocket
|
||||
|
Reference in New Issue
Block a user