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