Changes between Version 23 and Version 24 of Python_SIP/Build_Install


Ignore:
Timestamp:
Apr 2, 2018 4:50:21 AM (6 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Build_Install

    v23 v24  
    11= 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]. 
    24 
    35[[TracNav(Getting-Started/TOC|Python_SIP/TOC)]] 
     
    1719 1. The [wiki:Getting-Started/Autoconf#Requirements usual requirements to build PJSIP], e.g. {{{make}}}, {{{gcc}}}, and {{{binutils}}}. 
    1820 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). 
    2022 
    2123==== Building the Module ==== 
     
    4446==== Building the Module ==== 
    4547 
    46 The build instructions should be similar to the Linux instructions. Open ''Terminal'' from ''Application/Utilities/Terminal'', and run this: 
     48The build instructions should be similar to the Linux instructions. Open ''Terminal'' from ''!Application/Utilities/Terminal'', and run this: 
    4749 
    4850 {{{ 
     
    141143To test the installation, simply run python and import ''pjsua'' module. 
    142144 
    143 On Linux/Unix/MacOS X: 
     145On !Linux/Unix/MacOS X: 
    144146{{{ 
    145147$ python 
     
    158160C:> 
    159161}}} 
    160  
    161