Tidy up "make" output along the lines of a 2.6 kernel make (just a short
[exim.git] / src / src / pcre / README
CommitLineData
c86f6258
PH
1$Cambridge: exim/src/src/pcre/README,v 1.1 2004/10/07 13:04:13 ph10 Exp $
2
3PCRE for use in Exim
4--------------------
5
6This directory contains a subset of the files from the PCRE distribution,
7enough to supply regular expression support for Exim, plus the pcretest test
8program. Do not start from here if you want to install PCRE as a free-standing
9library for use by other programs. Get the full PCRE distribution, which can be
10obtained from
11
12ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-x.x.tar.gz
13
14where x.x is the version number. This contains support for a POSIX interface to
15PCRE, a "grep" program that uses PCRE, and the means to build PCRE as a shared
16library. It is configured by autoconf, and has "make install" support in the
17conventional way.
18
19Philip Hazel <ph10@cam.ac.uk>
20February 2000