Gnomon
HomeDownloadManualXML/XSLT LinksContact us
Getting Gnomon Source

The source to gnomon is available via anonyomous SVN (subversion). You will want the source if you need to build from scratch, make modfications, or add new extension DLLs.

Subversion is available from http://subversion.tigris.org. You can also browse the subversion repository via the web, and download a tarball if you do not have subversion installed.

To check the source out, do the following:

Firstly, ensure that you have a subversion client installed. You can use the latest client from subversion.tigris.org.

Create a directory for the sandbox, say c:\gnomon.

Check out the appropriate 'tagged' source from the repository:

svn co http://www.blushingpenguin.com:8080/svn/tags/gnomon_1_1/ .

You can also use the slightly faster svn protocol if desired:

svn co svn://www.blushingpenguin.com/usr/local/svnroot/tags/gnomon_1_1/ .

To get the current development code:

svn co svn://www.blushingpenguin.com/usr/local/svnroot/trunk/ .

Gnomon 1.1 is the current stable release version.

Follow the build instructions in the manual.