summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-04-21 12:52:58 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-04-21 12:52:58 -0700
commit6485a160fe4c7cddfc00078d4d03d1efefc91607 (patch)
tree0a3ebf009c7d737fc657f8ecdf2e3f9d842c1427
parent1860fc8036800683c04958f81c88558d08b6847e (diff)
Document building with the internal glib copy
-rw-r--r--README11
1 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index d31e711..2baed98 100644
--- a/README
+++ b/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.