| 37 | |
| 38 | === MacOS X === |
| 39 | |
| 40 | ==== Requirements ==== |
| 41 | |
| 42 | We 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 | |
| 46 | The build instructions should be similar to the Linux instructions. |
| 47 | |
| 48 | Open 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 | |