diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-07-29 12:35:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-07-29 12:35:35 +0000 |
commit | c11f9405f27089fdc545631f51514a0989b724ea (patch) | |
tree | a60fef0f93dbd2073272f2e198c78ee31d5d25ad /README | |
parent | 1a0106ef2b5359d7fc764557137696cfab7cf484 (diff) |
Rearranged: we now provide both anonymous CVS access and nightly
snapshots.
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 7 insertions, 29 deletions
@@ -5,35 +5,6 @@ extensible programs. Please send bug reports to bug-guile@gnu.org. -About Snapshots ====================================================== - - -Each night, we make the current Guile sources available via anonymous -FTP. Please keep in mind that these sources are strictly -experimental; they will usually not be well-tested, and may not even -compile on some systems. They may contain interfaces which will -change. They will usually not be of sufficient quality for use by -people not comfortable hacking the innards of Guile. Caveat! - -However, we're providing them anyway for several reasons. We'd like -to encourage people to get involved in developing Guile. People -willing to use the bleeding edge of development can get earlier access -to new, experimental features. Patches submitted relative to recent -snapshots will be easier for us to evaluate and install, since the -patch's original sources will be closer to what we're working with. -And it allows us to start testing features earlier. - -Nightly snapshots of the Guile development sources are available via -anonymous FTP from ftp.red-bean.com, as /pub/guile/guile-core-snap.tar.gz. - -Via the web, that's: ftp://ftp.red-bean.com/pub/guile/guile-core-snap.tar.gz -For getit, that's: ftp.red-bean.com:/pub/guile/guile-core-snap.tar.gz - -The snapshot FTP site is mirrored at the following locations: - Austria: ftp://ftp.aec.at/pub/guile - Japan: ftp://ftp.jaist.ac.jp/pub/lang/scheme/guile - - About This Distribution ============================================== Building and installing this distribution gives you: @@ -77,6 +48,13 @@ qt: A cooperative threads package from Washington University, manual is incomplete, and is currently being revised.) +Anonymous CVS Access and FTP snapshots =============================== + +We make the developers' working Guile sources available via anonymous +CVS, and by nightly snapshots, accessible via FTP. See the files +`ANON-CVS' and `SNAPSHOTS' for details. + + Hacking It Yourself ================================================== As distributed, Guile needs only an ANSI C compiler and a Unix system |