SipInstallation

Version 13 (Adrian Georgescu, 01/20/2009 12:26 pm) → Version 14/212 (Adrian Georgescu, 02/11/2009 10:22 am)

= Installation guide =

== 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 http://devel.ag-projects.com/repositories/pypjua sipsimpleclient
}}}

To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run:

{{{
cd python-sipsimple sipsimpleclient
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]