« Previous -
Version 36/212
(diff) -
Next » -
Current version
Adrian Georgescu, 02/23/2009 03:32 pm
= Installation guide =
<acronym title="WikiStart, Sip*, depth=3">TOC</acronym>
Supported platformsCurrently i386, amd64 and ppc architectures have been tested and are fully supported on the following operating systems:
- Linux
- MacOSX
- FreeBSD
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. The MSRP library is not yet fully working on ARM processors.
Software locationThe source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with:
{{{
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
}}}
To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run:
{{{
cd python-sipsimple
darcs pull
}}}
Building instructions for the corresponding platforms are available at:
- [source:docs/INSTALL.linux INSTALL.linux]
- [source:docs/INSTALL.osx INSTALL.osx]
- [source:docs/INSTALL.freebsd INSTALL.freebsd]