[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 05/05: Minor updates of README.
From: |
Andy Wingo |
Subject: |
[Guile-commits] 05/05: Minor updates of README. |
Date: |
Mon, 22 May 2017 11:35:26 -0400 (EDT) |
wingo pushed a commit to branch stable-2.2
in repository guile.
commit 8f4597d1da371c23e19721c2fdb3177c3ae73f14
Author: Andy Wingo <address@hidden>
Date: Mon May 22 13:16:23 2017 +0200
Minor updates of README.
* README: Minor updates.
---
README | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README b/README
index cffee22..575ea5c 100644
--- a/README
+++ b/README
@@ -414,8 +414,6 @@ Documentation in Info format, in ${prefix}/info:
guile --- Guile reference manual.
- guile-tut --- Guile tutorial.
-
GOOPS --- GOOPS reference manual.
r5rs --- Revised(5) Report on the Algorithmic Language Scheme.
@@ -426,9 +424,7 @@ The Guile source tree is laid out as follows:
libguile:
The Guile Scheme interpreter --- both the object library
for you to link with your programs, and the executable you can run.
-ice-9: Guile's module system, initialization code, and other infrastructure.
-guile-config:
- Source for the guile-config script.
+module: Scheme libraries included with Guile.
guile-readline:
The glue code for using GNU readline with Guile. This
will be build when configure can find a recent enough readline