SipInstallation

Version 65 (Adrian Georgescu, 11/12/2009 04:20 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 63 Adrian Georgescu
 * [wiki:InstallFreeBSD FreeBSD]
12 23 Adrian Georgescu
13 54 Adrian Georgescu
Porting to other operating systems (like Windows, Symbian and iPhone) is possible as the Python environment and PJSIP are supported by [http://www.pjsip.org/sip_media_features.htm#platforms these platforms].
14 1 Adrian Georgescu
15 38 Adrian Georgescu
== Development version ==
16 1 Adrian Georgescu
17 35 Adrian Georgescu
The source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with:
18 1 Adrian Georgescu
19 1 Adrian Georgescu
{{{
20 14 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
21 1 Adrian Georgescu
}}}
22 1 Adrian Georgescu
23 52 Adrian Georgescu
To obtain the incremental changes after the initial get, go to the python-sipsimple directory and run:
24 1 Adrian Georgescu
25 1 Adrian Georgescu
{{{
26 14 Adrian Georgescu
cd python-sipsimple
27 59 Adrian Georgescu
darcs pull -a
28 1 Adrian Georgescu
}}}
29 1 Adrian Georgescu
30 25 Adrian Georgescu
== Building instructions ==
31 1 Adrian Georgescu
32 1 Adrian Georgescu
Building instructions for the corresponding platforms are available at:
33 1 Adrian Georgescu
34 62 Adrian Georgescu
 * [source:docs/Install.linux Install.linux] - Debian/Ubuntu package or manual installation 
35 64 Adrian Georgescu
 * [source:docs/Install.osx Install.osx] - MacOSX 10.5 Leopard
36 15 Adrian Georgescu
 * [wiki:SipUpgrade Upgrade guide]
37 57 Adrian Georgescu
 * [wiki:SipUninstall Uninstall guide]