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:
parent
0588379a2a
commit
cab6e6c041
1 changed files with 10 additions and 3 deletions
13
README
13
README
|
@ -33,6 +33,7 @@ Guile depends on the following external libraries.
|
|||
- libintl
|
||||
- libltdl
|
||||
- libunistring
|
||||
- libgc
|
||||
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
|
||||
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 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
|
||||
available from http://www.gnu.org/software/libtool/
|
||||
available from http://www.gnu.org/software/libtool/ .
|
||||
|
||||
- GNU libunistring
|
||||
|
||||
|
@ -81,6 +82,12 @@ Guile requires the following external packages:
|
|||
`utf*->string' procedures. It is available from
|
||||
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 =====================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue