]> sigrok.org Git - libsigrok.git/commitdiff
README: Require SWIG >= 2.0.0.
authorUwe Hermann <redacted>
Sat, 6 Dec 2014 21:27:47 +0000 (22:27 +0100)
committerUwe Hermann <redacted>
Sat, 6 Dec 2014 21:27:47 +0000 (22:27 +0100)
We use %shared_ptr for example, which was introduced in SWIG 2.0.0.

README

diff --git a/README b/README
index 617b4ec4e46c3b745cff3e6211d26a123599ca01..7ca82056c209e2e2ce4075ad392f9f84a99ade00 100644 (file)
--- 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)