X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=7cb2717bcb331efb12b249b20a18e5d6f99d7726;hb=a66175c2b1e11c961329aa2634fa9de7f3a45d5a;hp=7ddfe81ed07056b04ceb7f051fda04b31d84d472;hpb=d5062672dd185e351f8d91e851820df069b6429e;p=libsigrok.git diff --git a/README b/README index 7ddfe81e..7cb2717b 100644 --- a/README +++ b/README @@ -36,9 +36,9 @@ Requirements for the C library: - automake >= 1.11 (only needed when building from git) - libtool (only needed when building from git) - pkg-config >= 0.22 - - libglib >= 2.34.0 + - libglib >= 2.32.0 - libzip >= 0.10 - - libserialport >= 0.1.0 (optional, used by some drivers) + - libserialport >= 0.1.1 (optional, used by some drivers) - librevisa >= 0.0.20130412 (optional, used by some drivers) - libusb-1.0 >= 1.0.16 (optional, used by some drivers) - libftdi >= 0.16 or libftdi1 >= 1.0 (optional, used by some drivers) @@ -71,6 +71,13 @@ Requirements for the Python bindings: - graphviz (optional, only needed for the Python API docs) - doxypy (optional, only needed for the Python API docs) +Requirements for the Ruby bindings: + + - libsigrokcxx >= 0.3.0 (the libsigrok C++ bindings, see above) + - Ruby >= 1.9.3 (including development files!) + - SWIG >= 3.0.8 + - YARD (optional, only needed for the Ruby API docs) + Requirements for the Java bindings: - libsigrokcxx >= 0.3.0 (the libsigrok C++ bindings, see above)