SipInstallation » History » Version 8
Adrian Georgescu, 01/12/2009 07:01 PM
1 | 1 | Adrian Georgescu | = Installation guide = |
---|---|---|---|
2 | |||
3 | == Download == |
||
4 | |||
5 | === Version control === |
||
6 | 8 | Adrian Georgescu | |
7 | 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 | The source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with: |
||
10 | |||
11 | {{{ |
||
12 | darcs get http://devel.ag-projects.com/repositories/pypjua sipsimpleclient |
||
13 | }}} |
||
14 | |||
15 | To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run: |
||
16 | |||
17 | {{{ |
||
18 | cd sipsimpleclient |
||
19 | darcs pull |
||
20 | }}} |
||
21 | |||
22 | == Building the software == |
||
23 | |||
24 | Building instructions for the corresponding platforms are available at: |
||
25 | |||
26 | * [source:docs/INSTALL.debian INSTALL.debian] |
||
27 | * [source:docs/INSTALL.linux INSTALL.linux] |
||
28 | * [source:docs/INSTALL.osx INSTALL.osx] |
||
29 | * [source:docs/INSTALL.freebsd INSTALL.freebsd] |