Changes between Version 21 and Version 22 of pjsip-doc/intro_pjsua2
- Timestamp:
- Apr 3, 2018 8:46:22 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/intro_pjsua2
v21 v22 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.:: 121 122 ./configure --enable-shared 123 make dep & make 124 sudo make install 120 125 121 126 Building Python and Java SWIG Modules