1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Update `README'.

This commit is contained in:
Ludovic Courtès 2009-09-09 00:04:47 +02:00
parent 0588379a2a
commit cab6e6c041

13
README
View file

@ -33,6 +33,7 @@ Guile depends on the following external libraries.
- libintl - libintl
- libltdl - libltdl
- libunistring - libunistring
- libgc
It will also use the libreadline library if it is available. For each It will also use the libreadline library if it is available. For each
of these there is a corresponding --with-XXX-prefix option that you of these there is a corresponding --with-XXX-prefix option that you
can use when invoking ./configure, if you have these libraries can use when invoking ./configure, if you have these libraries
@ -68,12 +69,12 @@ Guile requires the following external packages:
- GNU MP, at least version 4.1 - GNU MP, at least version 4.1
GNU MP is used for bignum arithmetic. It is available from GNU MP is used for bignum arithmetic. It is available from
http://swox.com/gmp http://gmplib.org/ .
- libltdl from libtool, at least from libtool version 1.5.6 - libltdl from GNU Libtool, at least version 1.5.6
libltdl is used for loading extensions at run-time. It is libltdl is used for loading extensions at run-time. It is
available from http://www.gnu.org/software/libtool/ available from http://www.gnu.org/software/libtool/ .
- GNU libunistring - GNU libunistring
@ -81,6 +82,12 @@ Guile requires the following external packages:
`utf*->string' procedures. It is available from `utf*->string' procedures. It is available from
http://www.gnu.org/software/libunistring/ . http://www.gnu.org/software/libunistring/ .
- libgc, at least version 7.0
libgc (aka. the Boehm-Demers-Weiser garbage collector) is the
conservative garbage collector used by Guile. It is available
from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ .
Special Instructions For Some Systems ===================================== Special Instructions For Some Systems =====================================