X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=README;h=a61a4a6e1e45344a41293e352849efec02ece176;hp=4a2441c1d57d0350d6aece8d622b545afc47a279;hb=b5d3ea69628d49ab5b26e064559f7a237b46c086;hpb=066ecdabd251d503649850f09ff2bf161fc3364b diff --git a/README b/README index 4a2441c..a61a4a6 100644 --- 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