From 0a7fcdbc23353727fb68cec898a37f8e6961b237 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 28 Jun 2001 16:55:12 +0000 Subject: [PATCH] Also mention guile-tools. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 84684b58f..0dfa7ee7f 100644 --- a/README +++ b/README @@ -153,14 +153,16 @@ guile --- a stand-alone interpreter for Guile. With no arguments, this as an interpreter for script files; see the NEWS file for details. guile-config --- a Guile script which provides the information necessary to link your programs against the Guile library. -guile-snarf --- a script to parse declarations in your C code for +guile-snarf --- a script to parse declarations in your C code for Scheme-visible C functions, Scheme objects to be used by C code, etc. +guile-tools --- a wrapper to invoke the executable modules in + subdirectory `scripts' (also installed). Libraries, in ${prefix}/lib. Depending on the platform and options given to configure, you may get shared libraries in addition to or instead of these static libraries: - + libguile.a --- an object library containing the Guile interpreter, You can use Guile in your own programs by linking against this. libqthreads.a --- an object library containing the QuickThreads