SipInstallation » History » Revision 69
Revision 68 (Adrian Georgescu, 11/26/2009 03:12 PM) → Revision 69/212 (Adrian Georgescu, 11/26/2009 03:12 PM)
= Installation Guide =
[[TOC(WikiStart, Sip*, depth=3)]]
== Supported Platforms ==
Currently i386, amd64 and ppc architectures have been tested and are fully supported on the following operating systems:
* Linux
* MacOSX
* [wiki:InstallFreeBSD FreeBSD]
== Development Version ==
The 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 ==
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 and 10.6 Snow Leopard
* [wiki:SipUninstall Uninstall guide]