Changes between Version 22 and Version 23 of pjsip-doc/intro_pjsua2
- Timestamp:
- Apr 3, 2018 8:52:37 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/intro_pjsua2
v22 v23 118 118 ====================== 119 119 The PJSUA2 C++ library will be built by default by PJSIP build system. Standard C++ library is required. 120 For Python, you need to configure PJSIP with ``--enable-shared`` option, i.e.::120 If you intend to use Python SWIG module (see below), you need to configure PJSIP with ``--enable-shared`` option, i.e.:: 121 121 122 122 ./configure --enable-shared