SipInstallation
Version 8 (Adrian Georgescu, 01/12/2009 07:01 pm)
1 | 1 | Adrian Georgescu | = Installation guide = |
---|---|---|---|
2 | 1 | Adrian Georgescu | |
3 | 1 | Adrian Georgescu | == Download == |
4 | 1 | Adrian Georgescu | |
5 | 1 | Adrian Georgescu | === Version control === |
6 | 8 | Adrian Georgescu | |
7 | 8 | Adrian Georgescu | The software is developed too fast to be able to create stable binary packages for it. For this reason we provide only the trunk version, which is updated and tested on a daily basis. |
8 | 1 | Adrian Georgescu | |
9 | 1 | Adrian Georgescu | The source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with: |
10 | 1 | Adrian Georgescu | |
11 | 1 | Adrian Georgescu | {{{ |
12 | 1 | Adrian Georgescu | darcs get http://devel.ag-projects.com/repositories/pypjua sipsimpleclient |
13 | 1 | Adrian Georgescu | }}} |
14 | 1 | Adrian Georgescu | |
15 | 1 | Adrian Georgescu | To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run: |
16 | 1 | Adrian Georgescu | |
17 | 1 | Adrian Georgescu | {{{ |
18 | 1 | Adrian Georgescu | cd sipsimpleclient |
19 | 1 | Adrian Georgescu | darcs pull |
20 | 1 | Adrian Georgescu | }}} |
21 | 1 | Adrian Georgescu | |
22 | 1 | Adrian Georgescu | == Building the software == |
23 | 1 | Adrian Georgescu | |
24 | 1 | Adrian Georgescu | Building instructions for the corresponding platforms are available at: |
25 | 1 | Adrian Georgescu | |
26 | 1 | Adrian Georgescu | * [source:docs/INSTALL.debian INSTALL.debian] |
27 | 1 | Adrian Georgescu | * [source:docs/INSTALL.linux INSTALL.linux] |
28 | 1 | Adrian Georgescu | * [source:docs/INSTALL.osx INSTALL.osx] |
29 | 1 | Adrian Georgescu | * [source:docs/INSTALL.freebsd INSTALL.freebsd] |