From: Uwe Hermann Date: Sat, 6 Dec 2014 21:27:47 +0000 (+0100) Subject: README: Require SWIG >= 2.0.0. X-Git-Tag: libsigrok-0.4.0~699 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=e26f5af3593b6d826a8ad7bed399935197454f2c;p=libsigrok.git README: Require SWIG >= 2.0.0. We use %shared_ptr for example, which was introduced in SWIG 2.0.0. --- diff --git a/README b/README index 617b4ec4..7ca82056 100644 --- a/README +++ b/README @@ -66,7 +66,7 @@ Requirements for the Python bindings: - 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) @@ -74,7 +74,7 @@ Requirements for the Python bindings: Requirements for the Java bindings: - libsigrokxx >= 0.3.0 (the libsigrok C++ bindings, see above) - - SWIG + - 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)