SipInstallation

Version 23 (Adrian Georgescu, 02/22/2009 11:49 am)

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 23 Adrian Georgescu
Currently the following platforms are supported:
8 23 Adrian Georgescu
9 23 Adrian Georgescu
 * Linux Debian and Ubuntu (all features)
10 23 Adrian Georgescu
 * Other Linux (all features but dependent on the support for latest gnutls, twisted and other libraries)
11 23 Adrian Georgescu
 * MacOSX (all features)
12 23 Adrian Georgescu
 * FreeBSD (all features)
13 23 Adrian Georgescu
 * Maemo/ Nokia tablet N810 - Basic SIP signaling and presence work, no audio (the pjsip audio driver needs to be patched), no MSRP (depends on greenlet, which needs to be ported to ARM)
14 23 Adrian Georgescu
15 23 Adrian Georgescu
Porting to Windows and other operating systems (like Symbian and iPhone OS) should be easy as long as C/Python environments are supported. MS Windows port is the next on the roadmap.
16 23 Adrian Georgescu
17 23 Adrian Georgescu
If you wish to help with porting see the support section on the main wiki page.
18 23 Adrian Georgescu
19 1 Adrian Georgescu
== Download ==
20 1 Adrian Georgescu
21 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:
22 1 Adrian Georgescu
23 1 Adrian Georgescu
{{{
24 14 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
25 1 Adrian Georgescu
}}}
26 1 Adrian Georgescu
27 1 Adrian Georgescu
To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run:
28 1 Adrian Georgescu
29 1 Adrian Georgescu
{{{
30 14 Adrian Georgescu
cd python-sipsimple
31 1 Adrian Georgescu
darcs pull
32 1 Adrian Georgescu
}}}
33 1 Adrian Georgescu
34 1 Adrian Georgescu
== Building the software ==
35 1 Adrian Georgescu
36 1 Adrian Georgescu
Building instructions for the corresponding platforms are available at:
37 1 Adrian Georgescu
38 1 Adrian Georgescu
 * [source:docs/INSTALL.linux INSTALL.linux]
39 1 Adrian Georgescu
 * [source:docs/INSTALL.osx INSTALL.osx]
40 1 Adrian Georgescu
 * [source:docs/INSTALL.freebsd INSTALL.freebsd]
41 17 Adrian Georgescu
42 15 Adrian Georgescu
43 19 Adrian Georgescu
== Upgrade instructions ==
44 15 Adrian Georgescu
45 15 Adrian Georgescu
 * [browser:docs/Upgrade.txt Upgrade guide]
46 15 Adrian Georgescu
47 19 Adrian Georgescu
== Uninstall instructions ==
48 15 Adrian Georgescu
49 15 Adrian Georgescu
 * [browser:docs/UnINSTALL.txt Uninstall guide]