X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=574b91aa4c98cf6a9bd74ca874d261e971cf29a1;hb=7a54232ba06b0715e4c98a913d1b316c8c521c2c;hp=617b4ec4e46c3b745cff3e6211d26a123599ca01;hpb=0d6478d7aa7f7b422b1c2b8186856093e93469c1;p=libsigrok.git diff --git a/README b/README index 617b4ec4..574b91aa 100644 --- a/README +++ b/README @@ -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 ----------------------