SipInstallation » History » Version 26
Adrian Georgescu, 02/22/2009 01:30 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 | Currently the following platforms are supported: |
||
| 8 | |||
| 9 | * Linux Debian and Ubuntu (all features) |
||
| 10 | * Other Linux (all features but dependent on the support for latest gnutls, twisted and other libraries) |
||
| 11 | * MacOSX (all features) |
||
| 12 | * FreeBSD (all features) |
||
| 13 | * Maemo/ Nokia tablet N810 - Basic SIP signaling and presence work, no audio (the pjsip audio driver needs to be patched), no MSRP (depends on greenlet, which needs to be ported to ARM) |
||
| 14 | |||
| 15 | Porting to Windows and other operating systems (like Symbian and iPhone OS) should be easy as long as C/Python environments are supported. MS Windows port is the next on the roadmap. |
||
| 16 | |||
| 17 | If you wish to help with porting see the support section on the main wiki page. |
||
| 18 | |||
| 19 | 24 | Adrian Georgescu | == Software location == |
| 20 | 1 | Adrian Georgescu | |
| 21 | 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: |
| 22 | 1 | Adrian Georgescu | |
| 23 | {{{ |
||
| 24 | 14 | Adrian Georgescu | darcs get http://devel.ag-projects.com/repositories/python-sipsimple |
| 25 | 1 | Adrian Georgescu | }}} |
| 26 | |||
| 27 | To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run: |
||
| 28 | |||
| 29 | {{{ |
||
| 30 | 14 | Adrian Georgescu | cd python-sipsimple |
| 31 | 1 | Adrian Georgescu | darcs pull |
| 32 | }}} |
||
| 33 | |||
| 34 | 25 | Adrian Georgescu | == Building instructions == |
| 35 | 1 | Adrian Georgescu | |
| 36 | Building instructions for the corresponding platforms are available at: |
||
| 37 | |||
| 38 | * [source:docs/INSTALL.linux INSTALL.linux] |
||
| 39 | * [source:docs/INSTALL.osx INSTALL.osx] |
||
| 40 | * [source:docs/INSTALL.freebsd INSTALL.freebsd] |
||
| 41 | 17 | Adrian Georgescu | |
| 42 | 19 | Adrian Georgescu | == Upgrade instructions == |
| 43 | 15 | Adrian Georgescu | |
| 44 | * [browser:docs/Upgrade.txt Upgrade guide] |
||
| 45 | 1 | Adrian Georgescu | |
| 46 | 26 | Adrian Georgescu | == How to un-install == |
| 47 | 15 | Adrian Georgescu | |
| 48 | * [browser:docs/UnINSTALL.txt Uninstall guide] |