summaryrefslogtreecommitdiff
path: root/README-prereq
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-04-06 16:09:39 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-04-06 16:10:56 -0700
commit8ee53e2a2804a7cecda91a5e249aa29e6c18f65a (patch)
treec1b00a42e7d21d646eb524a0bd047cecd7004556 /README-prereq
parent6d569b5cd719bd367581fb62b32a228900d43a70 (diff)
downloadgrep-8ee53e2a2804a7cecda91a5e249aa29e6c18f65a.tar.gz
build: improve pkg-config doc and error handling
Error-handling improvement suggested by Mike Frysinger in: http://bugs.gnu.org/16757#29 * NEWS: Document pkg-config changes. * README-prereq: pkg-config is now a prereq when building from repository. * m4/pcre.m4 (gl_FUNC_PCRE): Report an error if pcre is explicitly requested but not available. Defer to user-supplied PCRE_CFLAGS and PCRE_LIBS.
Diffstat (limited to 'README-prereq')
-rw-r--r--README-prereq23
1 files changed, 12 insertions, 11 deletions
diff --git a/README-prereq b/README-prereq
index 056f42d7..0422aa64 100644
--- a/README-prereq
+++ b/README-prereq
@@ -1,17 +1,18 @@
This gives some notes on obtaining the tools required for development.
I.E. the tools checked for by the bootstrap script and include:
-- Autoconf <http://www.gnu.org/software/autoconf/>
-- Automake <http://www.gnu.org/software/automake/>
-- Bison <http://www.gnu.org/software/bison/>
-- Gettext <http://www.gnu.org/software/gettext/>
-- Git <http://git.or.cz/>
-- Gperf <http://www.gnu.org/software/gperf/>
-- Gzip <http://www.gnu.org/software/gzip/>
-- Perl <http://www.cpan.org/>
-- Rsync <http://samba.anu.edu.au/rsync/>
-- Tar <http://www.gnu.org/software/tar/>
-- Texinfo <http://www.gnu.org/software/texinfo/>
+- Autoconf <http://www.gnu.org/software/autoconf/>
+- Automake <http://www.gnu.org/software/automake/>
+- Bison <http://www.gnu.org/software/bison/>
+- Gettext <http://www.gnu.org/software/gettext/>
+- Git <http://git.or.cz/>
+- Gperf <http://www.gnu.org/software/gperf/>
+- Gzip <http://www.gnu.org/software/gzip/>
+- Perl <http://www.cpan.org/>
+- Pkg-config <http://www.freedesktop.org/wiki/Software/pkg-config/>
+- Rsync <http://samba.anu.edu.au/rsync/>
+- Tar <http://www.gnu.org/software/tar/>
+- Texinfo <http://www.gnu.org/software/texinfo/>
Note please try to install/build official packages for your system.
If these programs are not available use the following instructions