Project

General

Profile

SipInstallation » History » Version 16

Adrian Georgescu, 02/16/2009 07:11 PM

1 1 Adrian Georgescu
= Installation guide =
2
 
3 16 Adrian Georgescu
See [wiki:SipPorting Supported platforms]
4
5 1 Adrian Georgescu
== Download ==
6
7
=== 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
{{{
12 14 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
13 1 Adrian Georgescu
}}}
14
15
To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run:
16
17
{{{
18 14 Adrian Georgescu
cd python-sipsimple
19 1 Adrian Georgescu
darcs pull
20
}}}
21
22
== Building the software ==
23
24
Building instructions for the corresponding platforms are available at:
25
26
 * [source:docs/INSTALL.linux INSTALL.linux]
27
 * [source:docs/INSTALL.osx INSTALL.osx]
28
 * [source:docs/INSTALL.freebsd INSTALL.freebsd]
29 15 Adrian Georgescu
30
== How to upgrade the software from a previous software ==
31
32
 * [browser:docs/Upgrade.txt Upgrade guide]
33
34
== How to uninstall the software ==
35
36
 * [browser:docs/UnINSTALL.txt Uninstall guide]