X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=README;h=6d20e172781b38825d01f893aa21b41e25b97e26;hp=2f9d9aa1dbcc7eaece850d6f50240559d63ea678;hb=16282c4796ec9af0809f69300e0b50f3725fe348;hpb=dd37a782a8637bdee703a13c949b222b9ba8b95d diff --git a/README b/README index 2f9d9aa..6d20e17 100644 --- a/README +++ b/README @@ -28,8 +28,8 @@ Requirements - pkg-config >= 0.22 - libglib >= 2.24.0 - Python >= 3.2 - - libsigrok >= 0.3.0 - - libsigrokdecode >= 0.3.0 + - libsigrok >= 0.5.0 + - libsigrokdecode >= 0.5.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