News for scm_call_N and scm_apply_N.
[bpt/guile.git] / SNAPSHOTS
CommitLineData
c11f9405
JB
1FTP Snapshots ========================================================
2
3Each night, we make the current Guile sources available via anonymous
4FTP. Please keep in mind that these sources are strictly
5experimental; they will usually not be well-tested, and may not even
6compile on some systems. They may contain interfaces which will
7change. They will usually not be of sufficient quality for use by
8people not comfortable hacking the innards of Guile. Caveat!
9
10However, we're providing them anyway for several reasons. We'd like
11to encourage people to get involved in developing Guile. People
12willing to use the bleeding edge of development can get earlier access
13to new, experimental features. Patches submitted relative to recent
14snapshots will be easier for us to evaluate and install, since the
15patch's original sources will be closer to what we're working with.
16And it allows us to start testing features earlier.
17
18Nightly snapshots of the Guile development sources are available via
8ae4d7ba
JB
19anonymous FTP from ftp.red-bean.com, as
20/pub/guile/snapshots/guile-core-snap.tar.gz.
c11f9405 21
8ae4d7ba
JB
22Via the web, that's:
23 ftp://ftp.red-bean.com/pub/guile/snapshots/guile-core-snap.tar.gz
24For getit, that's:
25 ftp.red-bean.com:/pub/guile/snapshots/guile-core-snap.tar.gz
c11f9405 26
ee2bf8b8 27The snapshot FTP site is mirrored at the following location:
c11f9405 28 Japan: ftp://ftp.jaist.ac.jp/pub/lang/scheme/guile
5d94b2fe
JB
29
30
31To build the snapshot, you will need to have autoconf, automake, and
32libtool installed on your system; the recommended versions are listed
33in README.
34
35After you have unpacked the tar file, run the command `./autogen.sh'.
36This builds the configure script, Makefile.in, and other derived files
37used by the build system.