summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-06-28 16:55:12 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-06-28 16:55:12 +0000
commit0a7fcdbc23353727fb68cec898a37f8e6961b237 (patch)
tree07eb98ffd25f35351c4c8b4a3e9ee9f19e6d52f0 /README
parentb74a7ec8bf01e6038d4437a0ce4306b8e2b59773 (diff)
Also mention guile-tools.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files 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