]> sigrok.org Git - libsigrokdecode.git/blobdiff - README
srd: onewire_link/network: Fix annotations, small cleanups.
[libsigrokdecode.git] / README
diff --git a/README b/README
index 4a2441c1d57d0350d6aece8d622b545afc47a279..a61a4a6e1e45344a41293e352849efec02ece176 100644 (file)
--- a/README
+++ b/README
@@ -11,30 +11,18 @@ API for running sigrok protocol decoders. The protocol decoders themselves
 are written in Python.
 
 
-Status and API
---------------
-
-The libsigrokdecode project is currently work in progress.
-
-IMPORTANT: The API of libsigrokdecode is NOT yet considered stable! Please do
-           not rely on it, yet! Changes to function names, macro names etc.
-           can happen at any time without prior notice!
-
-           The same applies for the API of the Python protocol decoders!
-
-
 Requirements
 ------------
 
  - git
- - gcc
+ - gcc (>= 4.0)
  - make
  - autoconf >= 2.63
  - automake >= 1.11
  - libtool
  - pkg-config >= 0.22
- - libglib >= 2.22.0
- - Python >= 3.x (for protocol decoders)
+ - libglib >= 2.28.0
+ - Python >= 3.0
 
 
 Building and installing