Changes between Version 20 and Version 21 of pjsip-doc/intro_pjsua2
- Timestamp:
- Apr 2, 2018 5:26:08 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/intro_pjsua2
v20 v21 129 129 #. ``JDK``. 130 130 #. ``Python``, version 3 or above (or at least 2.7 if you use Python2) is recommended (our Python sample app ``pygui`` requires version 2.7 or above, however the ``pjsua2`` Python binding should be able to run on older versions). 131 For **Linux/UNIX**, you will also need ``Python develop ent package`` (called ``python3-devel`` (or ``python-devel`` for Python2) (e.g. on Fedora) or ``python3-dev`` (or ``python2.7-dev`` for Python2) (e.g. on Ubuntu)). For **Windows**, you will need MinGW and ``Python SDK`` such as `ActivePython-2.7.5`_ from `ActiveState`_.131 For **Linux/UNIX**, you will also need ``Python development package`` (called ``python3-devel`` (or ``python-devel`` for Python2) (e.g. on Fedora) or ``python3-dev`` (or ``python2.7-dev`` for Python2) (e.g. on Ubuntu)). For **Windows**, you will need MinGW and ``Python SDK`` such as `ActivePython-2.7.5`_ from `ActiveState`_. 132 132 133 133 .. _`ActivePython-2.7.5`: http://www.activestate.com/activepython/downloads