From 3de01076448b7a18cbbd3e950a0912090a9eaf73 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 3 Apr 2015 16:11:29 +0200 Subject: Don't forget ./configure --- hw/rpi6lowpan.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/rpi6lowpan.mdwn b/hw/rpi6lowpan.mdwn index 52d86ce..6c6a1f9 100644 --- a/hw/rpi6lowpan.mdwn +++ b/hw/rpi6lowpan.mdwn @@ -162,7 +162,7 @@ Head over to your RPi. We build the wpan-tools there since they're small: $ git clone https://github.com/linux-wpan/wpan-tools $ sudo apt-get install automake autotools-dev libltdl-dev libnl-genl-3-dev - $ cd wpan-tools && ./autogen.sh && make + $ cd wpan-tools && ./autogen.sh && ./configure && make Now we have all the tools: -- cgit v1.2.3