SipInstallation » History » Revision 16
Revision 15 (Adrian Georgescu, 02/16/2009 07:10 PM) → Revision 16/212 (Adrian Georgescu, 02/16/2009 07:11 PM)
= Installation guide =
See [wiki:SipPorting Supported platforms]
== Download ==
=== Version control ===
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:
{{{
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 the software ==
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]
== How to upgrade the software from a previous software ==
* [browser:docs/Upgrade.txt Upgrade guide]
== How to uninstall the software ==
* [browser:docs/UnINSTALL.txt Uninstall guide]