1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.

This commit is contained in:
Thien-Thi Nguyen 2001-06-28 17:30:12 +00:00
parent 88deca50f3
commit 04873705f6

11
README
View file

@ -1,6 +1,7 @@
This is not a Guile release; it is a source tree retrieved via
!!! This is not a Guile release; it is a source tree retrieved via
anonymous CVS or as a nightly snapshot at some random time after the
Guile 1.4 release.
Guile 1.4 release. If this were a Guile release, you would not see
this message. !!! [fixme: zonk on release]
This is a 1.5 development version of Guile, Project GNU's extension
language library. Guile is an interpreter for Scheme, packaged as a
@ -171,6 +172,7 @@ libqthreads.a --- an object library containing the QuickThreads
libguilereadline.a --- an object library containing glue code for the
GNU readline library. See NEWS for instructions on how to enable
readline for your personal use.
libguile-srfi-*.a --- various SRFI support libraries
Header files, in ${prefix}/include:
@ -181,6 +183,11 @@ Support files, in ${prefix}/share/guile/<version>:
ice-9/* --- run-time support for Guile: the module system,
read-eval-print loop, some R4RS code and other infrastructure.
oop/* --- the Guile Object-Oriented Programming System (GOOPS)
scripts/* --- executable modules, i.e., scheme programs that can be both
called as an executable from the shell, and loaded and used as a
module from scheme code. See scripts/README for more info.
srfi/* --- SRFI support modules. See srfi/README for more info.
Automake macros, in ${prefix}/share/aclocal: