X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=README;h=6d20e172781b38825d01f893aa21b41e25b97e26;hp=366642c212eade12fc388b45b5d9dfd47a78357d;hb=16282c4796ec9af0809f69300e0b50f3725fe348;hpb=c7761cc7f319013808fd511e59004450740d2023 diff --git a/README b/README index 366642c..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.4.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