]> sigrok.org Git - sigrok-cli.git/blobdiff - README
cli: Constify a few char *pointers.
[sigrok-cli.git] / README
diff --git a/README b/README
index 87d03115685944c6a026c27a285bdbfe917972c5..2638d04875f565c2b78a56affbe82e3d2cba5370 100644 (file)
--- a/README
+++ b/README
@@ -21,11 +21,15 @@ Requirements
 ------------
 
  - git
 ------------
 
  - git
- - gcc, g++, make, ...
- - autoconf, automake, libtool, pkg-config
+ - gcc
+ - make
+ - autoconf >= 2.63
+ - automake >= 1.11
+ - libtool
+ - pkg-config >= 0.22
  - libglib >= 2.22.0
  - libglib >= 2.22.0
- - libsigrok
- - libsigrokdecode
+ - libsigrok >= 0.1.0
+ - libsigrokdecode >= 0.1.0
 
 
 Building and installing
 
 
 Building and installing