Changes between Version 11 and Version 12 of Python_SIP/Build_Install


Ignore:
Timestamp:
Jul 24, 2008 1:22:04 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Build_Install

    v11 v12  
    1212 
    1313== Building The Modules From the Source == #build 
    14 === Linux (and probably Unix in general and MacOS X) === 
     14=== Linux (and probably Unix in general) === 
    1515==== Requirements ==== 
    1616 
     
    3535   $ sudo make 
    3636 }}} 
     37 
     38=== MacOS X === 
     39 
     40==== Requirements ==== 
     41 
     42We tested this on MacOS X 10.5.3 (Leopard), using the built-in Python installation. There don't seem to be any specific requirements (except the usual {{{gcc}}}, {{{make}}}, and {{{binutils}}}, which should have been installed by default). 
     43 
     44==== Building the Module ==== 
     45 
     46The build instructions should be similar to the Linux instructions. 
     47 
     48Open Terminal and run this: 
     49 
     50 {{{ 
     51#!sh 
     52   
     53   $ cd your-pjsip-root-dir 
     54   $ ./configure && make dep && make 
     55   $ cd pjsip-apps/src/python 
     56   $ sudo make 
     57 }}} 
     58 
    3759 
    3860=== Microsoft Windows with Visual Studio ===