mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-14 15:18:10 +02:00
Document building with the internal glib copy
This commit is contained in:
parent
1860fc8036
commit
6485a160fe
1 changed files with 7 additions and 4 deletions
11
README
11
README
|
|
@ -32,11 +32,14 @@ For more info, there's even a man page, try 'man pkg-config'
|
|||
|
||||
Building
|
||||
========
|
||||
To build pkg-config, you need glib installed already. Note that glib
|
||||
build-depends on pkg-config, but you can just set the corresponding
|
||||
environment variables (ZLIB_LIBS, ZLIB_CFLAGS are the only needed ones
|
||||
when this is written) to build it.
|
||||
pkg-config depends on glib. Note that glib build-depends on pkg-config,
|
||||
but you can just set the corresponding environment variables (ZLIB_LIBS,
|
||||
ZLIB_CFLAGS are the only needed ones when this is written) to build it.
|
||||
|
||||
pkg-config also either needs an earlier version of itself to find glib
|
||||
or you need to set GLIB_CFLAGS and GLIB_LIBS to the correct values for
|
||||
where it's installed in your system.
|
||||
|
||||
If this requirement is too cumbersome, a bundled copy of a recent glib
|
||||
stable release is included. Pass --with-internal-glib to configure to
|
||||
use this copy.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue