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

Improve wording in README regarding `pkg-config'.

* README: Mention $PKG_CONFIG_PATH, and make it clear that $BDW_GC_LIBS,
  etc. aren't normally needed.
This commit is contained in:
Ludovic Courtès 2012-01-16 22:17:50 +01:00
parent bbd210517f
commit ad17b15512

13
README
View file

@ -93,10 +93,15 @@ Guile requires the following external packages:
- pkg-config - pkg-config
Guile's ./configure script uses pkg-config to discover the correct Guile's ./configure script uses pkg-config to discover the correct
compile and link options for libgc and libffi. If you don't have compile and link options for libgc and libffi. For this to work,
pkg-config installed, or you have a version of libgc that doesn't the `PKG_CONFIG_PATH' environment variable must be set to point to
provide a .pc file, you can work around this by setting some the places where libgc's and libffi's `.pc' files can be found:
variables as part of the configure command-line:
PKG_CONFIG_PATH=/path/to/libgc/lib/pkgconfig:/path/to/libffi/lib/pkgconfig
Alternatively, when pkg-config is not installed, you can work around
this by setting some variables as part of the configure
command-line:
- PKG_CONFIG=true - PKG_CONFIG=true