SipInstallation

Version 34 (Adrian Georgescu, 02/22/2009 08:29 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 33 Adrian Georgescu
Currently i386, amd64 and ppc architectures have been tested and are fully supported on the following operating systems:
8 23 Adrian Georgescu
9 28 Adrian Georgescu
 * Linux
10 28 Adrian Georgescu
 * MacOSX
11 28 Adrian Georgescu
 * FreeBSD
12 23 Adrian Georgescu
13 32 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. The 
14 32 Adrian Georgescu
15 32 Adrian Georgescu
> MSRP library is not yet fully working on ARM processors.
16 23 Adrian Georgescu
17 24 Adrian Georgescu
== Software location ==
18 1 Adrian Georgescu
19 34 Adrian Georgescu
Install 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:
20 1 Adrian Georgescu
21 1 Adrian Georgescu
{{{
22 14 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
23 1 Adrian Georgescu
}}}
24 1 Adrian Georgescu
25 1 Adrian Georgescu
To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run:
26 1 Adrian Georgescu
27 1 Adrian Georgescu
{{{
28 14 Adrian Georgescu
cd python-sipsimple
29 1 Adrian Georgescu
darcs pull
30 1 Adrian Georgescu
}}}
31 1 Adrian Georgescu
32 25 Adrian Georgescu
== Building instructions ==
33 1 Adrian Georgescu
34 1 Adrian Georgescu
Building instructions for the corresponding platforms are available at:
35 1 Adrian Georgescu
36 1 Adrian Georgescu
 * [source:docs/INSTALL.linux INSTALL.linux]
37 1 Adrian Georgescu
 * [source:docs/INSTALL.osx INSTALL.osx]
38 1 Adrian Georgescu
 * [source:docs/INSTALL.freebsd INSTALL.freebsd]
39 17 Adrian Georgescu
40 19 Adrian Georgescu
== Upgrade instructions ==
41 15 Adrian Georgescu
42 15 Adrian Georgescu
 * [browser:docs/Upgrade.txt Upgrade guide]
43 1 Adrian Georgescu
44 26 Adrian Georgescu
== How to un-install ==
45 15 Adrian Georgescu
46 15 Adrian Georgescu
 * [browser:docs/UnINSTALL.txt Uninstall guide]