SipInstallation » History » Version 10
Adrian Georgescu, 01/12/2009 07:19 PM
| 1 | 1 | Adrian Georgescu | = Installation guide = |
|---|---|---|---|
| 2 | |||
| 3 | == Download == |
||
| 4 | |||
| 5 | === Version control === |
||
| 6 | 8 | Adrian Georgescu | |
| 7 | 9 | Adrian Georgescu | The software is under development. For this reason we provide only the trunk version, which is updated and tested on a daily basis. 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 | darcs get http://devel.ag-projects.com/repositories/pypjua sipsimpleclient |
||
| 11 | }}} |
||
| 12 | |||
| 13 | To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run: |
||
| 14 | |||
| 15 | {{{ |
||
| 16 | cd sipsimpleclient |
||
| 17 | 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] |