From: Chris Dreher Date: Sun, 21 Aug 2016 15:36:55 +0000 (+0200) Subject: README: Add missing autogen.sh call. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=commitdiff_plain;h=fb2f61ba51430780fe8454149f790b140ac0e28e README: Add missing autogen.sh call. --- 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