SipInstallation » History » Revision 12
« Previous |
Revision 12/212
(diff)
| Next »
Adrian Georgescu, 01/12/2009 11:13 PM
= Installation guide =
Download=== Version control ===
The software is heavily developed at this moment. For this reason your should install 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/pypjua sipsimpleclient
}}}
To obtain the incremental changes after the initial get, go to the sipsimpleclient directory and run:
{{{
cd sipsimpleclient
darcs pull
}}}
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]
Updated by Adrian Georgescu almost 16 years ago · 12 revisions