1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Minor updates of README.

* README: Minor updates.
This commit is contained in:
Andy Wingo 2017-05-22 13:16:23 +02:00
parent 9210506c45
commit 8f4597d1da

6
README
View file

@ -414,8 +414,6 @@ Documentation in Info format, in ${prefix}/info:
guile --- Guile reference manual. guile --- Guile reference manual.
guile-tut --- Guile tutorial.
GOOPS --- GOOPS reference manual. GOOPS --- GOOPS reference manual.
r5rs --- Revised(5) Report on the Algorithmic Language Scheme. r5rs --- Revised(5) Report on the Algorithmic Language Scheme.
@ -426,9 +424,7 @@ The Guile source tree is laid out as follows:
libguile: libguile:
The Guile Scheme interpreter --- both the object library The Guile Scheme interpreter --- both the object library
for you to link with your programs, and the executable you can run. for you to link with your programs, and the executable you can run.
ice-9: Guile's module system, initialization code, and other infrastructure. module: Scheme libraries included with Guile.
guile-config:
Source for the guile-config script.
guile-readline: guile-readline:
The glue code for using GNU readline with Guile. This The glue code for using GNU readline with Guile. This
will be build when configure can find a recent enough readline will be build when configure can find a recent enough readline