X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/465ff50245e0f5deb26612ac7401b51c415deeb0..fda17c20a3d088fccab1671c8881bd217d83d5f6:/README diff --git a/README b/README index 480ef66c1..92d786c06 100644 --- a/README +++ b/README @@ -72,7 +72,7 @@ Guile requires the following external packages: libltdl is used for loading extensions at run-time. It is available from http://www.gnu.org/software/libtool/ . - - GNU libunistring + - GNU libunistring, at least version 0.9.3 libunistring is used for Unicode string operations, such as the `utf*->string' procedures. It is available from @@ -82,7 +82,7 @@ Guile requires the following external packages: 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/ . + from http://www.hboehm.info/gc/ . - libffi