X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=README;h=0f08261eabb8a7c9a28767016214f858da95a5b2;hp=3cb073191f3c7c8d25a1528dad1f9a600c150af5;hb=65c1ecf9045a87cfd87e0c7d87bf3ca2d7e60021;hpb=7f1cb96e2f9bc674df26d4d47320c6736864a31e diff --git a/README b/README index 3cb0731..0f08261 100644 --- a/README +++ b/README @@ -20,16 +20,16 @@ sigrok-cli is in a usable state and has had official tarball releases. Requirements ------------ - - git - - gcc + - git (only needed when building from git) + - gcc or clang - make - - autoconf >= 2.63 - - automake >= 1.11 - - libtool + - autoconf >= 2.63 (only needed when building from git) + - automake >= 1.11 (only needed when building from git) + - libtool (only needed when building from git) - pkg-config >= 0.22 - - libglib >= 2.28.0 - - libsigrok >= 0.3.0 - - libsigrokdecode >= 0.3.0 + - libglib >= 2.32.0 + - libsigrok >= 0.4.0 + - libsigrokdecode >= 0.4.0 Building and installing