mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Document need for pkg-config to build Guile
* README: Say that ./configure needs pkg-config; why; and how to work around it.
This commit is contained in:
parent
3733df073f
commit
ef73663576
1 changed files with 14 additions and 0 deletions
14
README
14
README
|
@ -88,6 +88,20 @@ Guile requires the following external packages:
|
||||||
conservative garbage collector used by Guile. It is available
|
conservative garbage collector used by Guile. It is available
|
||||||
from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ .
|
from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ .
|
||||||
|
|
||||||
|
- pkg-config
|
||||||
|
|
||||||
|
Guile's ./configure script uses pkg-config to discover the correct
|
||||||
|
compile and link options for libgc. If you don't have pkg-config
|
||||||
|
installed, or you have a version of libgc that doesn't provide a
|
||||||
|
.pc file, you can work around this by setting some environment
|
||||||
|
variables before running ./configure:
|
||||||
|
|
||||||
|
- PKG_CONFIG=true
|
||||||
|
|
||||||
|
- BDW_GC_CFLAGS=<compile flags for picking up libgc headers>
|
||||||
|
|
||||||
|
- BDW_GC_LIBS=<linker flags for picking up the libgc library>
|
||||||
|
|
||||||
|
|
||||||
Special Instructions For Some Systems =====================================
|
Special Instructions For Some Systems =====================================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue