4 |
The latest release of PCRE is always available from |
The latest release of PCRE is always available from |
5 |
|
|
6 |
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz |
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz |
7 |
|
|
8 |
There is a mailing list for discussion about the development of PCRE at |
There is a mailing list for discussion about the development of PCRE at |
9 |
|
|
10 |
pcre-dev@exim.org |
pcre-dev@exim.org |
11 |
|
|
12 |
Please read the NEWS file if you are upgrading from a previous release. |
Please read the NEWS file if you are upgrading from a previous release. |
13 |
The contents of this README file are: |
The contents of this README file are: |
74 |
those that summarize individual functions. The other two are the text |
those that summarize individual functions. The other two are the text |
75 |
forms of the section 1 man pages for the pcregrep and pcretest commands. |
forms of the section 1 man pages for the pcregrep and pcretest commands. |
76 |
These text forms are provided for ease of scanning with text editors or |
These text forms are provided for ease of scanning with text editors or |
77 |
similar tools. They are installed in <prefix>/share/doc/pcre, where |
similar tools. They are installed in <prefix>/share/doc/pcre, where |
78 |
<prefix> is the installation prefix (defaulting to /usr/local). |
<prefix> is the installation prefix (defaulting to /usr/local). |
79 |
|
|
80 |
2. A set of files containing all the documentation in HTML form, hyperlinked |
2. A set of files containing all the documentation in HTML form, hyperlinked |
81 |
in various ways, and rooted in a file called index.html, is distributed in |
in various ways, and rooted in a file called index.html, is distributed in |
82 |
doc/html and installed in <prefix>/share/doc/pcre/html. |
doc/html and installed in <prefix>/share/doc/pcre/html. |
83 |
|
|
84 |
|
|
234 |
. RunTest is a script for running tests on the basic C library |
. RunTest is a script for running tests on the basic C library |
235 |
. RunGrepTest is a script for running tests on the pcregrep command |
. RunGrepTest is a script for running tests on the pcregrep command |
236 |
|
|
237 |
Versions of config.h and pcre.h are distributed in the PCRE tarballs under |
Versions of config.h and pcre.h are distributed in the PCRE tarballs under |
238 |
the names config.h.generic and pcre.h.generic. These are provided for the |
the names config.h.generic and pcre.h.generic. These are provided for the |
239 |
benefit of those who have to built PCRE without the benefit of "configure". If |
benefit of those who have to built PCRE without the benefit of "configure". If |
240 |
you use "configure", the .generic versions are not used. |
you use "configure", the .generic versions are not used. |
395 |
running the "configure" script: |
running the "configure" script: |
396 |
|
|
397 |
CXXLDFLAGS="-lstd_v2 -lCsup_v2" |
CXXLDFLAGS="-lstd_v2 -lCsup_v2" |
398 |
|
|
399 |
|
|
400 |
Making new tarballs |
Making new tarballs |
401 |
------------------- |
------------------- |
402 |
|
|
403 |
The command "make dist" creates three PCRE tarballs, in tar.gz, tar.bz2, and |
The command "make dist" creates three PCRE tarballs, in tar.gz, tar.bz2, and |
404 |
zip formats. However, if you have modified any of the man page sources in the |
zip formats. However, if you have modified any of the man page sources in the |
405 |
doc directory, you should first run the PrepareRelease script. This re-creates |
doc directory, you should first run the PrepareRelease script. This re-creates |
406 |
the .txt and HTML forms of the documentation from the man pages. |
the .txt and HTML forms of the documentation from the man pages. |
407 |
|
|
408 |
|
|