]> sigrok.org Git - sigrok-test.git/blobdiff - README
runtc: minor nits in main()
[sigrok-test.git] / README
diff --git a/README b/README
index 2f9d9aa1dbcc7eaece850d6f50240559d63ea678..042f8e1bc0dfba49dac28951c10c0229844a1a0c 100644 (file)
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Requirements
  - libglib >= 2.24.0
  - Python >= 3.2
  - libsigrok >= 0.3.0
- - libsigrokdecode >= 0.3.0
+ - libsigrokdecode >= 0.4.0
  - python3-coverage
 
 
@@ -44,13 +44,14 @@ 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
 
 This will test the decoders located at /path/to/decoders:
 
- $ LD_LIBRARY_PATH=$HOME/sr/lib ./decoder/test/pdtest -r -v -a
+ $ LD_LIBRARY_PATH=$HOME/sr/lib ./decoder/pdtest -r -v -a
 
 
 Copyright and license