For developers
Introduction |
Build from source code repository
The MiniSIP project uses SVN (subversion) as a repository system. You can
get svn clients for Linux (Debian: apt-get install subversion) and
Windows (rapidSVN or Tortoise).
The repository can be located at:
svn://svn.minisip.org/minisip/
It has various subfoldrs:
trunk - It contains the latest development. It may not compile at times, but it has the latest
features and bugfixes.
branches - It contains various subfolders which are used by developers not to disturb the main
trunk when doing some big rework of the code (when it is done, it will be merged).
It also contains the stable branch, which has a snapshot of the most recent release of MiniSIP.
You will find the instructions on how to build the source code in the
build from source code repository section.