AgateLib Source Code
Getting the source code
The AgateLib source code is available in two places. In the download section the package Agate Complete contains source code for official releases and binaries for all platforms.
If you wish to check out the latest unreleased version, the source code is available in the Subversion repository. You'll need a Subversion client to check out the source code. For Windows TortoiseSVN is recommended. For Mac OS or Linux, the command line svn command will suffice.
To check out the repository, in a graphical Subversion client, enter the URL to checkout as
https://agate.svn.sourceforge.net/svnroot/agate/trunk
If you are using the command line interface, then you will want to type a command like
svn co https://agate.svn.sourceforge.net/svnroot/agate/trunk agate
If you just want to look at a few of the files, you can browse the repository.
Contributing
Code formatting guidelines for contributing to AgateLib.