SipInstallation » History » Revision 65
« Previous |
Revision 65/212
(diff)
| Next »
Adrian Georgescu, 11/12/2009 04:20 PM
= Installation guide =
<abbr title="WikiStart, Sip*, depth=3">TOC</abbr>
Supported platformsCurrently i386, amd64 and ppc architectures have been tested and are fully supported on the following operating systems:
- Linux
- MacOSX
- [wiki:InstallFreeBSD FreeBSD]
Porting to other operating systems (like Windows, Symbian and iPhone) is possible as the Python environment and PJSIP are supported by [http://www.pjsip.org/sip_media_features.htm#platforms these platforms].
Development versionThe 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 python-sipsimple directory and run:
{{{
cd python-sipsimple
darcs pull -a
}}}
Building instructions for the corresponding platforms are available at:
- [source:docs/Install.linux Install.linux] - Debian/Ubuntu package or manual installation
- [source:docs/Install.osx Install.osx] - MacOSX 10.5 Leopard
- [wiki:SipUpgrade Upgrade guide]
- [wiki:SipUninstall Uninstall guide]
Updated by Adrian Georgescu about 15 years ago · 65 revisions