X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=README;h=6d20e172781b38825d01f893aa21b41e25b97e26;hp=ebfdcfacd1166028365971b31d1a430264f8cbd4;hb=d265c4719f2aa27896ce53ea79a301fc6c97cfca;hpb=11d0ef7b6a07dab1e8d2e4a2fba9c6a28fd713da diff --git a/README b/README index ebfdcfa..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,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