Changes between Version 23 and Version 24 of Python_SIP/Build_Install
- Timestamp:
- Apr 2, 2018 4:50:21 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP/Build_Install
v23 v24 1 1 = Build and Installation = 2 3 '''* IMPORTANT! :*''' Python module for PJSIP has been deprecated and although it may still be usable, the module, as well as this doc page, will no longer be maintained. For the replacement, please use PJSUA2 and Python SWIG binding as described [https://my.lazada.sg/customer/order/view/?spm=a2o42.pdp.header.9.3ba86df6Ox1gAy&tradeOrderId=5374078938486 here]. 2 4 3 5 [[TracNav(Getting-Started/TOC|Python_SIP/TOC)]] … … 17 19 1. The [wiki:Getting-Started/Autoconf#Requirements usual requirements to build PJSIP], e.g. {{{make}}}, {{{gcc}}}, and {{{binutils}}}. 18 20 1. '''Python''': this normally should have been installed on every Linux. 19 1. '''Python development package''', to build the C extension. This might be called {{{python -devel}}} (e.g. on Fedora) or {{{python2.4-dev}}} or {{{python2.5-dev}}} (e.g. on Ubuntu).21 1. '''Python development package''', to build the C extension. This might be called {{{python2-devel}}} (e.g. on Fedora) or {{{python2.7-dev}}} (e.g. on Ubuntu). 20 22 21 23 ==== Building the Module ==== … … 44 46 ==== Building the Module ==== 45 47 46 The build instructions should be similar to the Linux instructions. Open ''Terminal'' from '' Application/Utilities/Terminal'', and run this:48 The build instructions should be similar to the Linux instructions. Open ''Terminal'' from ''!Application/Utilities/Terminal'', and run this: 47 49 48 50 {{{ … … 141 143 To test the installation, simply run python and import ''pjsua'' module. 142 144 143 On Linux/Unix/MacOS X:145 On !Linux/Unix/MacOS X: 144 146 {{{ 145 147 $ python … … 158 160 C:> 159 161 }}} 160 161