SipInstallation » History » 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 | |||
7 | 29 | Adrian Georgescu | Currently the following platforms have been tested: |
8 | 23 | Adrian Georgescu | |
9 | 28 | Adrian Georgescu | * Linux |
10 | * MacOSX |
||
11 | * 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 | |||
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 | {{{ |
||
21 | 14 | Adrian Georgescu | darcs get http://devel.ag-projects.com/repositories/python-sipsimple |
22 | 1 | Adrian Georgescu | }}} |
23 | |||
24 | To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run: |
||
25 | |||
26 | {{{ |
||
27 | 14 | Adrian Georgescu | cd python-sipsimple |
28 | 1 | Adrian Georgescu | darcs pull |
29 | }}} |
||
30 | |||
31 | 25 | Adrian Georgescu | == Building instructions == |
32 | 1 | Adrian Georgescu | |
33 | Building instructions for the corresponding platforms are available at: |
||
34 | |||
35 | * [source:docs/INSTALL.linux INSTALL.linux] |
||
36 | * [source:docs/INSTALL.osx INSTALL.osx] |
||
37 | * [source:docs/INSTALL.freebsd INSTALL.freebsd] |
||
38 | 17 | Adrian Georgescu | |
39 | 19 | Adrian Georgescu | == Upgrade instructions == |
40 | 15 | Adrian Georgescu | |
41 | * [browser:docs/Upgrade.txt Upgrade guide] |
||
42 | 1 | Adrian Georgescu | |
43 | 26 | Adrian Georgescu | == How to un-install == |
44 | 15 | Adrian Georgescu | |
45 | * [browser:docs/UnINSTALL.txt Uninstall guide] |