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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/intro_pjsua2

    v21 v22  
    118118====================== 
    119119The PJSUA2 C++ library will be built by default by PJSIP build system. Standard C++ library is required. 
     120For Python, you need to configure PJSIP with ``--enable-shared`` option, i.e.:: 
     121 
     122  ./configure --enable-shared 
     123  make dep & make 
     124  sudo make install 
    120125 
    121126Building Python and Java SWIG Modules