]> sigrok.org Git - libsigrokdecode.git/blobdiff - README
onewire decoder: removed some debug code, preparations for the next protocol layer
[libsigrokdecode.git] / README
diff --git a/README b/README
index e1d93ee166b0e158fdf1c89e86bfb68977c8858d..a61a4a6e1e45344a41293e352849efec02ece176 100644 (file)
--- a/README
+++ b/README
@@ -11,26 +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, g++, make, ...
- - autoconf, automake, libtool, pkg-config
- - libglib >= 2.22.0
- - Python >= 3.x (for protocol decoders)
+ - gcc (>= 4.0)
+ - make
+ - autoconf >= 2.63
+ - automake >= 1.11
+ - libtool
+ - pkg-config >= 0.22
+ - libglib >= 2.28.0
+ - Python >= 3.0
 
 
 Building and installing