Deployed 68c97da with MkDocs version: 1.1.2

This commit is contained in:
2020-06-25 17:06:11 +00:00
parent 62c3cf6fdb
commit e49959eba7
5 changed files with 10 additions and 4 deletions

View File

@ -95,6 +95,10 @@
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#983-2020-06-25" class="nav-link">[9.8.3] - 2020-06-25</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#982-2020-06-24" class="nav-link">[9.8.2] - 2020-06-24</a>
<ul class="nav flex-column">
</ul>
@ -820,7 +824,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<p>=======</p>
<h2 id="983-2020-06-25">[9.8.3] - 2020-06-25</h2>
<p>(cmake) new python code is optional and enabled at cmake time with -DUSE_PYTHON=1</p>
<h2 id="982-2020-06-24">[9.8.2] - 2020-06-24</h2>
<p>(cobra bots) new cobra metrics bot to send data to statsd using Python for processing the message</p>
<h2 id="981-2020-06-19">[9.8.1] - 2020-06-19</h2>

View File

@ -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

View File

@ -262,5 +262,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.1.2
Build Date UTC : 2020-06-25 06:22:18.312535+00:00
Build Date UTC : 2020-06-25 17:06:11.843194+00:00
-->

File diff suppressed because one or more lines are too long

Binary file not shown.