summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>1999-09-22 19:47:30 +0000
committerMarius Vollmer <mvo@zagadka.de>1999-09-22 19:47:30 +0000
commit621e83247087296853f048667e649049017c2dae (patch)
tree822d8f1d4454eafc861c54dcbc66cf21ed942105 /README
parent0dcad30f731b2c09a5b410b5923a62d14ced4040 (diff)
downloadguile-621e83247087296853f048667e649049017c2dae.tar.gz
Added description of readline stuff.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 497a95410..2b8692041 100644
--- a/README
+++ b/README
@@ -37,6 +37,8 @@ libguile.a --- an object library containing the Guile interpreter,
libqthreads.a --- an object library containing the QuickThreads
primitives. If you enabled thread support when you configured
Guile, you will need to link your code against this too.
+libguilereadline --- an object library containing glue code for the
+ GNU readline library.
<libguile.h>, <guile/gh.h>, <libguile/*.h> --- header files for
libguile.a, usually installed in /usr/local/include.
ice-9, ice-9/*.scm --- run-time support for Guile: the module
@@ -59,6 +61,10 @@ qt: A cooperative threads package from the University of Washington,
--with-threads flag, you will need to link against the -lqt
library, found in this directory. Qt is under a separate
copyright; see `qt/README' for more details.
+guile-readline:
+ The glue code for using GNU readline with Guile. This
+ will be build when configure can find a recent enough readline
+ library on your system.
doc: Some preliminary documentation for Guile. The real Guile
manual is incomplete, and is currently being revised.
A development snapshot of the manual is available at