Site updated at 2017-07-28 19:17:02 UTC

This commit is contained in:
Travis CI 2017-07-28 19:17:02 +00:00
parent 269aa1cb2b
commit 47403925bf
28 changed files with 45 additions and 45 deletions

View file

@ -89,15 +89,15 @@
</code></pre>
</div>
<p>macOS:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo brew install libtool
<span class="gp">$ </span>sudo brew install autoconf
<span class="gp">$ </span>sudo brew install automake
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>brew install libtool
<span class="gp">$ </span>brew install autoconf
<span class="gp">$ </span>brew install automake
<span class="gp">$ </span>git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
<span class="gp">$ </span><span class="nb">cd </span>libcoap
<span class="gp">$ </span>./autogen.sh
<span class="gp">$ </span>./configure --disable-documentation --disable-shared --without-debug <span class="nv">CFLAGS</span><span class="o">=</span><span class="s2">"-D COAP_DEBUG_FD=stderr"</span>
<span class="gp">$ </span>make
<span class="gp">$ </span>sudo make install
<span class="gp">$ </span>make install
</code></pre>
</div>
<p>You will be prompted to configure the gateway through the Home Assistant interface, Enter the security key when prompted and click configure</p>