SipInstallation » History » Version 31
Adrian Georgescu, 02/22/2009 08:27 PM
| 1 | 1 | Adrian Georgescu | = Installation guide = |
|---|---|---|---|
| 2 | 20 | Adrian Georgescu | |
| 3 | 22 | Adrian Georgescu | [[TOC(WikiStart, Sip*, depth=3)]] |
| 4 | 1 | Adrian Georgescu | |
| 5 | 23 | Adrian Georgescu | == Supported platforms == |
| 6 | |||
| 7 | 31 | Adrian Georgescu | Currently the following platforms have been tested and are fully supported on i386, amd64 and ppc architectures: |
| 8 | 23 | Adrian Georgescu | |
| 9 | 28 | Adrian Georgescu | * Linux |
| 10 | * MacOSX |
||
| 11 | * FreeBSD |
||
| 12 | 23 | Adrian Georgescu | |
| 13 | 30 | Adrian Georgescu | Porting to other operating systems (like Windows, Symbian and iPhone OS) should be possible as long as Python environment and [http://www.pjsip.org/sip_media_features.htm#platforms PJSIP] are supported by that platform. The MSRP library is not yet fully working on ARM processors. |
| 14 | 23 | Adrian Georgescu | |
| 15 | 24 | Adrian Georgescu | == Software location == |
| 16 | 1 | Adrian Georgescu | |
| 17 | 13 | Adrian Georgescu | You should install preferably the trunk version, which is updated and tested on a daily basis on MacOSX and Debian/Ubuntu distributions. The source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with: |
| 18 | 1 | Adrian Georgescu | |
| 19 | {{{ |
||
| 20 | 14 | Adrian Georgescu | darcs get http://devel.ag-projects.com/repositories/python-sipsimple |
| 21 | 1 | Adrian Georgescu | }}} |
| 22 | |||
| 23 | To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run: |
||
| 24 | |||
| 25 | {{{ |
||
| 26 | 14 | Adrian Georgescu | cd python-sipsimple |
| 27 | 1 | Adrian Georgescu | darcs pull |
| 28 | }}} |
||
| 29 | |||
| 30 | 25 | Adrian Georgescu | == Building instructions == |
| 31 | 1 | Adrian Georgescu | |
| 32 | Building instructions for the corresponding platforms are available at: |
||
| 33 | |||
| 34 | * [source:docs/INSTALL.linux INSTALL.linux] |
||
| 35 | * [source:docs/INSTALL.osx INSTALL.osx] |
||
| 36 | * [source:docs/INSTALL.freebsd INSTALL.freebsd] |
||
| 37 | 17 | Adrian Georgescu | |
| 38 | 19 | Adrian Georgescu | == Upgrade instructions == |
| 39 | 15 | Adrian Georgescu | |
| 40 | * [browser:docs/Upgrade.txt Upgrade guide] |
||
| 41 | 1 | Adrian Georgescu | |
| 42 | 26 | Adrian Georgescu | == How to un-install == |
| 43 | 15 | Adrian Georgescu | |
| 44 | * [browser:docs/UnINSTALL.txt Uninstall guide] |