diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-10 18:03:49 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-10 18:03:49 +0100 |
commit | a16ef6ead2b02120ca482aa3d2667e51b0c67e78 (patch) | |
tree | a37c210e97905d91e067671d3b0a4016fef28bc2 /INSTALL | |
parent | eba9d87d541d89804f70e56874538a249de08502 (diff) |
[INSTALL] Mention pkg-config requirement
Mention that building the configure script requires at least version 0.16
of pkg-config.
See the old bug:
Bug 4702 PKG_PROG_PKG_CONFIG: command not found
(https://bugs.freedesktop.org/show_bug.cgi?id=4702)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ order to compile cairo. Specifically, you need the following utilities: autoheader aclocal libtoolize + pkg-config [at least version 0.16] gtk-doc (recommended) Hopefully your platform of choice has packages readily available so |