]> sigrok.org Git - sigrok-cli.git/blobdiff - README
Pass unitsize to srd_session_send() directly.
[sigrok-cli.git] / README
diff --git a/README b/README
index 3cb073191f3c7c8d25a1528dad1f9a600c150af5..0a05ecdfc247f9a37752cd6c3e542b398699e80d 100644 (file)
--- a/README
+++ b/README
@@ -20,16 +20,16 @@ sigrok-cli is in a usable state and has had official tarball releases.
 Requirements
 ------------
 
- - git
- - gcc
+ - git (only needed when building from git) 
+ - gcc or clang
  - make
- - autoconf >= 2.63
- - automake >= 1.11
- - libtool
+ - autoconf >= 2.63 (only needed when building from git) 
+ - automake >= 1.11 (only needed when building from git) 
+ - libtool (only needed when building from git) 
  - pkg-config >= 0.22
  - libglib >= 2.28.0
- - libsigrok >= 0.3.0
- - libsigrokdecode >= 0.3.0
+ - libsigrok >= 0.4.0
+ - libsigrokdecode >= 0.4.0
 
 
 Building and installing