Added -dd for daemon debugging.
[exim.git] / src / src / pcre / README
1 $Cambridge: exim/src/src/pcre/README,v 1.1 2004/10/07 13:04:13 ph10 Exp $
2
3 PCRE for use in Exim
4 --------------------
5
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
10 obtained from
11
12 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-x.x.tar.gz
13
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
17 conventional way.
18
19 Philip Hazel <ph10@cam.ac.uk>
20 February 2000