From 18dfe823834e7a167536a2e44cda18ed378c3b66 Mon Sep 17 00:00:00 2001 From: Joeboyc2 Date: Sat, 22 Apr 2017 13:07:12 +0100 Subject: [PATCH] I needed to install an additional application (#2469) I needed to install an additional application for this to work so have added the command above. This may not be the case for all, but is helpful to have all commands for completeness (at least i think so) --- source/_components/tradfri.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index e7f4e9e09f4..0d6319cf2ee 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -20,6 +20,7 @@ For this to work, you need to install a modified lib-coap library: ```bash $ sudo apt-get install libtool +$ sudo apt-get install autoconf $ git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git $ cd libcoap