Author: yamakenz Date: Fri Jun 29 17:34:54 2007 New Revision: 4624 Added: wiki/SigSchemeDownload.wiki
Log: Created wiki page through web user interface. Added: wiki/SigSchemeDownload.wiki ============================================================================== --- (empty file) +++ wiki/SigSchemeDownload.wiki Fri Jun 29 17:34:54 2007 @@ -0,0 +1,33 @@ += Download SigScheme = + +== Source tarballs == + +Latest stable version is 0.7.5, released at 15 January, 2007. + + * [http://uim.googlecode.com/files/sigscheme-0.7.5.tar.gz sigscheme-0.7.5.tar.gz] (checksum is [http://lists.freedesktop.org/archives/uim/2007-March/001805.html here]) + * [http://uim.googlecode.com/files/sigscheme-0.7.5.tar.bz2 sigscheme-0.7.5.tar.bz2] (checksum is [http://lists.freedesktop.org/archives/uim/2007-March/001805.html here]) + +Previous versions are archived at http://uim.freedesktop.org/releases/sigscheme/. + +== Subversion repository == + +Google Code provides anonymous access to the svn repository via http. + + * http://uim.googlecode.com/svn/sigscheme-trunk/ + +=== ViewVC Interface === + +ViewVC or similar interface is not available now. But Google Code staffs are going to prepare it. See [http://code.google.com/p/support/issues/detail?id=71 Issue 71] for the progress. + +== libgcroots == + +SigScheme uses and bundles a garbage collector supporting library separated from [http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Boehm GC], named libgcroots. If you are a software packager or developer interesting in GC implementations, separated package of the library is also available for you. + + * [http://uim.googlecode.com/files/libgcroots-0.1.4.tar.gz libgcroots-0.1.4.tar.gz] (checksum is [http://lists.freedesktop.org/archives/uim/2007-January/001711.html here]) + + * [http://uim.googlecode.com/files/libgcroots-0.1.4.tar.bz2 libgcroots-0.1.4.tar.bz2] (checksum is [http://lists.freedesktop.org/archives/uim/2007-January/001711.html here]) + +See [http://uim.googlecode.com/svn/libgcroots-trunk/README README] for further information. + +=== development version === + * http://uim.googlecode.com/svn/libgcroots-trunk/
