SipInstallation

Version 29 (Adrian Georgescu, 02/22/2009 08:24 pm)

1 1 Adrian Georgescu
= Installation guide =
2 20 Adrian Georgescu
3 22 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=3)]]
4 1 Adrian Georgescu
 
5 23 Adrian Georgescu
== Supported platforms ==
6 23 Adrian Georgescu
7 29 Adrian Georgescu
Currently the following platforms have been tested:
8 23 Adrian Georgescu
9 28 Adrian Georgescu
 * Linux
10 28 Adrian Georgescu
 * MacOSX
11 28 Adrian Georgescu
 * FreeBSD
12 23 Adrian Georgescu
13 29 Adrian Georgescu
Porting to other operating systems (like Windows, Symbian and iPhone OS) should be possible as long as Python environment and [http://www.pjsip.org/sip_media_features.htm#platforms PJSIP] are supported by that platform.
14 23 Adrian Georgescu
15 23 Adrian Georgescu
16 24 Adrian Georgescu
== Software location ==
17 1 Adrian Georgescu
18 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:
19 1 Adrian Georgescu
20 1 Adrian Georgescu
{{{
21 14 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
22 1 Adrian Georgescu
}}}
23 1 Adrian Georgescu
24 1 Adrian Georgescu
To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run:
25 1 Adrian Georgescu
26 1 Adrian Georgescu
{{{
27 14 Adrian Georgescu
cd python-sipsimple
28 1 Adrian Georgescu
darcs pull
29 1 Adrian Georgescu
}}}
30 1 Adrian Georgescu
31 25 Adrian Georgescu
== Building instructions ==
32 1 Adrian Georgescu
33 1 Adrian Georgescu
Building instructions for the corresponding platforms are available at:
34 1 Adrian Georgescu
35 1 Adrian Georgescu
 * [source:docs/INSTALL.linux INSTALL.linux]
36 1 Adrian Georgescu
 * [source:docs/INSTALL.osx INSTALL.osx]
37 1 Adrian Georgescu
 * [source:docs/INSTALL.freebsd INSTALL.freebsd]
38 17 Adrian Georgescu
39 19 Adrian Georgescu
== Upgrade instructions ==
40 15 Adrian Georgescu
41 15 Adrian Georgescu
 * [browser:docs/Upgrade.txt Upgrade guide]
42 1 Adrian Georgescu
43 26 Adrian Georgescu
== How to un-install ==
44 15 Adrian Georgescu
45 15 Adrian Georgescu
 * [browser:docs/UnINSTALL.txt Uninstall guide]