Changes between Version 22 and Version 23 of pjsip-doc/intro_pjsua2


Ignore:
Timestamp:
Apr 3, 2018 8:52:37 AM (6 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/intro_pjsua2

    v22 v23  
    118118====================== 
    119119The 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.:: 
     120If you intend to use Python SWIG module (see below), you need to configure PJSIP with ``--enable-shared`` option, i.e.:: 
    121121 
    122122  ./configure --enable-shared