README: Require SWIG >= 2.0.0.

We use %shared_ptr for example, which was introduced in SWIG 2.0.0.
This commit is contained in:
Uwe Hermann 2014-12-06 22:27:47 +01:00
parent 5e1b68c6e7
commit e26f5af359
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -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)