|
The GNU extension languageGetting Guile |
|
ReleasesThe latest releases of Guile are available via anonymous FTP. The GNU project's software page has full details about mirror sites, etc. Stable and maintenance releases of Guile have even minor version numbers, and can be download from ftp://ftp.gnu.org/pub/gnu/guile/:
Development releases of Guile are given odd minor version numbers, and can be downloaded from ftp://alpha.gnu.org/gnu/guile/. Git repositorySince March 27th, 2008, Guile's source code is stored in a Git repository at Savannah. You can access it with the following command:
git clone git://git.sv.gnu.org/guile.git
If the port used by the git protocol is not available, you can instead use the (slower) http method:
git clone http://git.sv.gnu.org/r/guile.git
Developers with a Savannah account can access repository over SSH:
git clone ssh://git.sv.gnu.org/srv/git/guile.git
The repository can also be browsed on-line. SnapshotsSnapshots are available from our continuous integration system: |
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
Please send comments on these web pages to bug-guile@gnu.org, send other questions to gnu@gnu.org.
Copyright (C) 2012 Free Software Foundation, Inc.
Verbatim copying and distribution of this entire web page is permitted in any medium, provided this notice is preserved.
Updated: $Date: 2013/04/10 06:59:47 $ $Author: civodul $