]> sigrok.org Git - sigrok-test.git/blobdiff - README
i2s: Update wav output (PD now emits 32bit samples).
[sigrok-test.git] / README
diff --git a/README b/README
index 366642c212eade12fc388b45b5d9dfd47a78357d..6d20e172781b38825d01f893aa21b41e25b97e26 100644 (file)
--- a/README
+++ b/README
@@ -28,8 +28,8 @@ Requirements
  - pkg-config >= 0.22
  - libglib >= 2.24.0
  - Python >= 3.2
  - 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
 
 
  - 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
 
  $ 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
  $ PKG_CONFIG_PATH=$HOME/sr/lib/pkgconfig ./configure \
        --with-decodersdir=/path/to/decoders
  $ make