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:
parent
5e1b68c6e7
commit
e26f5af359
4
README
4
README
|
@ -66,7 +66,7 @@ Requirements for the Python bindings:
|
||||||
- Python setuptools (for Python 2 or 3)
|
- Python setuptools (for Python 2 or 3)
|
||||||
- pygobject >= 3.0.0 (for Python 2 or 3), a.k.a python-gi
|
- pygobject >= 3.0.0 (for Python 2 or 3), a.k.a python-gi
|
||||||
- numpy (for Python 2 or 3)
|
- numpy (for Python 2 or 3)
|
||||||
- SWIG
|
- SWIG >= 2.0.0
|
||||||
- doxygen (optional, only needed for the Python API docs)
|
- doxygen (optional, only needed for the Python API docs)
|
||||||
- graphviz (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)
|
- doxypy (optional, only needed for the Python API docs)
|
||||||
|
@ -74,7 +74,7 @@ Requirements for the Python bindings:
|
||||||
Requirements for the Java bindings:
|
Requirements for the Java bindings:
|
||||||
|
|
||||||
- libsigrokxx >= 0.3.0 (the libsigrok C++ bindings, see above)
|
- 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)
|
- Java JDK (for JNI includes and the javac/jar binaries)
|
||||||
- doxygen (optional, only needed for the Java API docs)
|
- doxygen (optional, only needed for the Java API docs)
|
||||||
- graphviz (optional, only needed for the Java API docs)
|
- graphviz (optional, only needed for the Java API docs)
|
||||||
|
|
Loading…
Reference in New Issue