]> sigrok.org Git - sigrok-test.git/commitdiff
README: Add missing autogen.sh call.
authorChris Dreher <redacted>
Sun, 21 Aug 2016 15:36:55 +0000 (17:36 +0200)
committerUwe Hermann <redacted>
Sun, 21 Aug 2016 15:39:16 +0000 (17:39 +0200)
README

diff --git a/README b/README
index 366642c212eade12fc388b45b5d9dfd47a78357d..042f8e1bc0dfba49dac28951c10c0229844a1a0c 100644 (file)
--- 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