diff options
author | Chris Dreher <chrisdreher@hotmail.com> | 2016-08-21 17:36:55 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2016-08-21 17:39:16 +0200 |
commit | fb2f61ba51430780fe8454149f790b140ac0e28e (patch) | |
tree | abca3fa1b5d29b166d40c305d6de4e6180c4cb7b | |
parent | 315bff6b280815d29c59e1ea1731f0011bdd3942 (diff) | |
download | sigrok-test-fb2f61ba51430780fe8454149f790b140ac0e28e.tar.gz sigrok-test-fb2f61ba51430780fe8454149f790b140ac0e28e.zip |
README: Add missing autogen.sh call.
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |