From fb2f61ba51430780fe8454149f790b140ac0e28e Mon Sep 17 00:00:00 2001 From: Chris Dreher Date: Sun, 21 Aug 2016 17:36:55 +0200 Subject: [PATCH] README: Add missing autogen.sh call. --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 366642c..042f8e1 100644 --- a/README +++ b/README @@ -44,6 +44,7 @@ In order to get the sigrok-test source code and build it, run: $ git clone git://sigrok.org/sigrok-test $ cd sigrok-test + $ ./autogen.sh $ PKG_CONFIG_PATH=$HOME/sr/lib/pkgconfig ./configure \ --with-decodersdir=/path/to/decoders $ make -- 2.30.2