X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=README;h=a61a4a6e1e45344a41293e352849efec02ece176;hp=e1d93ee166b0e158fdf1c89e86bfb68977c8858d;hb=41e5c645a828eec6d1df30cc1e5840027cf787b2;hpb=804404fc6d9393e4169c64f47c5adefaefb61480 diff --git a/README b/README index e1d93ee..a61a4a6 100644 --- 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