1 $Cambridge: exim/src/src/pcre/README,v 1.1 2004/10/07 13:04:13 ph10 Exp $
6 This directory contains a subset of the files from the PCRE distribution,
7 enough to supply regular expression support for Exim, plus the pcretest test
8 program. Do not start from here if you want to install PCRE as a free-standing
9 library for use by other programs. Get the full PCRE distribution, which can be
12 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-x.x.tar.gz
14 where x.x is the version number. This contains support for a POSIX interface to
15 PCRE, a "grep" program that uses PCRE, and the means to build PCRE as a shared
16 library. It is configured by autoconf, and has "make install" support in the
19 Philip Hazel <ph10@cam.ac.uk>