mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Mention libffi dependency in `README'.
This commit is contained in:
parent
f353687c68
commit
127f5c624d
1 changed files with 7 additions and 0 deletions
7
README
7
README
|
@ -34,6 +34,7 @@ Guile depends on the following external libraries.
|
|||
- libltdl
|
||||
- libunistring
|
||||
- libgc
|
||||
- libffi
|
||||
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
|
||||
|
@ -91,6 +92,12 @@ Guile requires the following external packages:
|
|||
conservative garbage collector used by Guile. It is available
|
||||
from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ .
|
||||
|
||||
- libffi
|
||||
|
||||
libffi provides a "foreign function interface", used by the
|
||||
`(system foreign)' module. It is available from
|
||||
http://sourceware.org/libffi/ .
|
||||
|
||||
- pkg-config
|
||||
|
||||
Guile's ./configure script uses pkg-config to discover the correct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue