SipInstallation

Version 20 (Adrian Georgescu, 02/22/2009 10:34 am)

1 1 Adrian Georgescu
= Installation guide =
2 20 Adrian Georgescu
3 20 Adrian Georgescu
[[TOC(Sip*, depth=3)]]
4 1 Adrian Georgescu
 
5 1 Adrian Georgescu
== Download ==
6 1 Adrian Georgescu
7 1 Adrian Georgescu
=== Version control ===
8 8 Adrian Georgescu
9 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:
10 1 Adrian Georgescu
11 1 Adrian Georgescu
{{{
12 14 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
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 14 Adrian Georgescu
cd python-sipsimple
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.linux INSTALL.linux]
27 1 Adrian Georgescu
 * [source:docs/INSTALL.osx INSTALL.osx]
28 1 Adrian Georgescu
 * [source:docs/INSTALL.freebsd INSTALL.freebsd]
29 17 Adrian Georgescu
30 15 Adrian Georgescu
31 19 Adrian Georgescu
== Upgrade instructions ==
32 15 Adrian Georgescu
33 15 Adrian Georgescu
 * [browser:docs/Upgrade.txt Upgrade guide]
34 15 Adrian Georgescu
35 19 Adrian Georgescu
== Uninstall instructions ==
36 15 Adrian Georgescu
37 15 Adrian Georgescu
 * [browser:docs/UnINSTALL.txt Uninstall guide]