SipInstallation » History » Version 21
Adrian Georgescu, 02/22/2009 10:36 AM
| 1 | 1 | Adrian Georgescu | = Installation guide = |
|---|---|---|---|
| 2 | 20 | Adrian Georgescu | |
| 3 | [[TOC(Sip*, depth=3)]] |
||
| 4 | 1 | Adrian Georgescu | |
| 5 | == Download == |
||
| 6 | |||
| 7 | 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: |
| 8 | 1 | Adrian Georgescu | |
| 9 | {{{ |
||
| 10 | 14 | Adrian Georgescu | darcs get http://devel.ag-projects.com/repositories/python-sipsimple |
| 11 | 1 | Adrian Georgescu | }}} |
| 12 | |||
| 13 | To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run: |
||
| 14 | |||
| 15 | {{{ |
||
| 16 | 14 | Adrian Georgescu | cd python-sipsimple |
| 17 | 1 | Adrian Georgescu | darcs pull |
| 18 | }}} |
||
| 19 | |||
| 20 | == Building the software == |
||
| 21 | |||
| 22 | Building instructions for the corresponding platforms are available at: |
||
| 23 | |||
| 24 | * [source:docs/INSTALL.linux INSTALL.linux] |
||
| 25 | * [source:docs/INSTALL.osx INSTALL.osx] |
||
| 26 | * [source:docs/INSTALL.freebsd INSTALL.freebsd] |
||
| 27 | 17 | Adrian Georgescu | |
| 28 | 15 | Adrian Georgescu | |
| 29 | 19 | Adrian Georgescu | == Upgrade instructions == |
| 30 | 15 | Adrian Georgescu | |
| 31 | * [browser:docs/Upgrade.txt Upgrade guide] |
||
| 32 | |||
| 33 | 19 | Adrian Georgescu | == Uninstall instructions == |
| 34 | 15 | Adrian Georgescu | |
| 35 | * [browser:docs/UnINSTALL.txt Uninstall guide] |