X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=75ca2ee3d2f6bb38aac98a42ae245f9ef8047e02;hb=bbb3996c06f2b1ebc9529d1e2181ddc55f70d9da;hp=617b4ec4e46c3b745cff3e6211d26a123599ca01;hpb=0d6478d7aa7f7b422b1c2b8186856093e93469c1;p=libsigrok.git diff --git a/README b/README index 617b4ec4..75ca2ee3 100644 --- a/README +++ b/README @@ -36,10 +36,10 @@ 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) - - librevisa >= 0.0.20130812 (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) - libgpib (optional, used by some drivers) @@ -61,20 +61,20 @@ Requirements for the C++ bindings: Requirements for the Python bindings: - - libsigrokxx >= 0.3.0 (the libsigrok C++ bindings, see above) + - libsigrokcxx >= 0.3.0 (the libsigrok C++ bindings, see above) - Python >= 2.7 or Python >= 3 (including development files!) - Python setuptools (for Python 2 or 3) - pygobject >= 3.0.0 (for Python 2 or 3), a.k.a python-gi - numpy (for Python 2 or 3) - - SWIG + - SWIG >= 2.0.0 - doxygen (optional, only needed for the Python API docs) - graphviz (optional, only needed for the Python API docs) - doxypy (optional, only needed for the Python API docs) Requirements for the Java bindings: - - libsigrokxx >= 0.3.0 (the libsigrok C++ bindings, see above) - - SWIG + - libsigrokcxx >= 0.3.0 (the libsigrok C++ bindings, see above) + - SWIG >= 2.0.0 - Java JDK (for JNI includes and the javac/jar binaries) - doxygen (optional, only needed for the Java API docs) - graphviz (optional, only needed for the Java API docs) @@ -99,6 +99,10 @@ See INSTALL or the following wiki page for more (OS-specific) instructions: http://sigrok.org/wiki/Building +Please also check the following wiki page in case you encounter any issues: + + http://sigrok.org/wiki/Building#FAQ + Device-specific issues ----------------------