Deployed bfe0212 with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant
2019-12-03 09:28:36 -08:00
parent 8ac11111d1
commit 3a77248222
10 changed files with 45 additions and 40 deletions

View File

@ -127,7 +127,7 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
</code></pre>
<h3 id="conan">Conan</h3>
<p>Support for building with conan was contributed by Olivia Zoe (thanks !). The package name to reference is <code>IXWebSocket/5.0.0@LunarWatcher/stable</code>. The package is in the process to be published to the official conan package repo, but in the meantime, it can be accessed by adding a new remote</p>
<p>Support for building with conan was contributed by Olivia Zoe (thanks!). The package name to reference is <code>IXWebSocket/5.0.0@LunarWatcher/stable</code>, and a list of the uploaded versions is available on <a href="https://bintray.com/oliviazoe0/conan-packages/IXWebSocket%3ALunarWatcher">Bintray</a>. The package is in the process to be published to the official conan package repo, but in the meantime, it can be accessed by adding a new remote</p>
<pre><code>conan remote add remote_name_here https://api.bintray.com/conan/oliviazoe0/conan-packages
</code></pre>