SipInstallation

Version 8 (Adrian Georgescu, 01/12/2009 07:01 pm) → Version 9/212 (Adrian Georgescu, 01/12/2009 07:01 pm)

= Installation guide =

== Download ==

=== Version control ===

The software is under development. developed too fast to be able to create stable binary packages for it. For this reason we provide only the trunk version, which is updated and tested on a daily basis.

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/pypjua sipsimpleclient
}}}

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

{{{
cd sipsimpleclient
darcs pull
}}}

== Building the software ==

Building instructions for the corresponding platforms are available at:

* [source:docs/INSTALL.debian INSTALL.debian]
* [source:docs/INSTALL.linux INSTALL.linux]
* [source:docs/INSTALL.osx INSTALL.osx]
* [source:docs/INSTALL.freebsd INSTALL.freebsd]