1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

Mention --with-readline flag.

This commit is contained in:
Jim Blandy 1999-02-12 08:18:52 +00:00
parent 0839489997
commit c12654e115

View file

@ -78,6 +78,10 @@ be enabled by default. The interaction with blocking I/O is pretty ad
hoc at the moment. In our experience, bugs in the thread support do
not affect you if you don't actually use threads.
--with-readline --- include support for fancy line editing, based on
the GNU readline library. This is enabled by default, so you must
specify --with-readline=no if you don't want it.
--enable-dynamic-linking --- Build a Guile executable and library
providing Scheme functions which can load a shared library and
initialize it, perhaps thereby adding new functions to Guile. This