summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dreher <chrisdreher@hotmail.com>2016-08-21 17:36:55 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2016-08-21 17:39:16 +0200
commitfb2f61ba51430780fe8454149f790b140ac0e28e (patch)
treeabca3fa1b5d29b166d40c305d6de4e6180c4cb7b
parent315bff6b280815d29c59e1ea1731f0011bdd3942 (diff)
downloadsigrok-test-fb2f61ba51430780fe8454149f790b140ac0e28e.tar.gz
sigrok-test-fb2f61ba51430780fe8454149f790b140ac0e28e.zip
README: Add missing autogen.sh call.
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
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