SipInstallation » History » Version 67
Adrian Georgescu, 11/13/2009 10:28 PM
| 1 | 67 | Adrian Georgescu | = Installation Guide = |
|---|---|---|---|
| 2 | 20 | Adrian Georgescu | |
| 3 | 22 | Adrian Georgescu | [[TOC(WikiStart, Sip*, depth=3)]] |
| 4 | 1 | Adrian Georgescu | |
| 5 | 67 | 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 | * MacOSX |
||
| 11 | 63 | Adrian Georgescu | * [wiki:InstallFreeBSD FreeBSD] |
| 12 | 23 | Adrian Georgescu | |
| 13 | 67 | Adrian Georgescu | == Development Version == |
| 14 | 1 | Adrian Georgescu | |
| 15 | 35 | Adrian Georgescu | The source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with: |
| 16 | 1 | Adrian Georgescu | |
| 17 | {{{ |
||
| 18 | 14 | Adrian Georgescu | darcs get http://devel.ag-projects.com/repositories/python-sipsimple |
| 19 | 1 | Adrian Georgescu | }}} |
| 20 | |||
| 21 | 52 | Adrian Georgescu | To obtain the incremental changes after the initial get, go to the python-sipsimple directory and run: |
| 22 | 1 | Adrian Georgescu | |
| 23 | {{{ |
||
| 24 | 14 | Adrian Georgescu | cd python-sipsimple |
| 25 | 59 | Adrian Georgescu | darcs pull -a |
| 26 | 1 | Adrian Georgescu | }}} |
| 27 | |||
| 28 | 67 | Adrian Georgescu | == Building Instructions == |
| 29 | 1 | Adrian Georgescu | |
| 30 | Building instructions for the corresponding platforms are available at: |
||
| 31 | |||
| 32 | 62 | Adrian Georgescu | * [source:docs/Install.linux Install.linux] - Debian/Ubuntu package or manual installation |
| 33 | 64 | Adrian Georgescu | * [source:docs/Install.osx Install.osx] - MacOSX 10.5 Leopard |
| 34 | 15 | Adrian Georgescu | * [wiki:SipUpgrade Upgrade guide] |
| 35 | 57 | Adrian Georgescu | * [wiki:SipUninstall Uninstall guide] |