6 |
anything other than Unix-like systems are untested by me. |
anything other than Unix-like systems are untested by me. |
7 |
|
|
8 |
There are some other comments and files in the Contrib directory on the ftp |
There are some other comments and files in the Contrib directory on the ftp |
9 |
site that you may find useful, although a lot of them are now out-of-date. See |
site that you may find useful. See |
10 |
|
|
11 |
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Contrib |
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Contrib |
12 |
|
|
31 |
|
|
32 |
(2) Copy or rename the file pcre.h.generic as pcre.h. |
(2) Copy or rename the file pcre.h.generic as pcre.h. |
33 |
|
|
34 |
(3) Compile dftables.c as a stand-alone program, and then run it with |
(3) EITHER: |
35 |
the single argument "pcre_chartables.c". This generates a set of standard |
Copy or rename file pcre_chartables.c.dist as pcre_chartables.c. |
36 |
character tables and writes them to that file. |
|
37 |
|
OR: |
38 |
|
Compile dftables.c as a stand-alone program, and then run it with the |
39 |
|
single argument "pcre_chartables.c". This generates a set of standard |
40 |
|
character tables and writes them to that file. The tables are generated |
41 |
|
using the default C locale for your system. If you want to use a locale |
42 |
|
that is specified by LC_xxx environment variables, add the -L option to |
43 |
|
the dftables command. You must use this method if you are building on |
44 |
|
a system that uses EBCDIC code. |
45 |
|
|
46 |
|
The tables in pcre_chartables.c are defaults. The caller of PCRE can |
47 |
|
specify alternative tables at run time. |
48 |
|
|
49 |
(4) Compile the following source files: |
(4) Compile the following source files: |
50 |
|
|
102 |
|
|
103 |
BUILDING FOR VIRTUAL PASCAL |
BUILDING FOR VIRTUAL PASCAL |
104 |
|
|
105 |
Stefan Weber contributed the following files in the distribution for building |
A script for building PCRE using Borland's C++ compiler for use with VPASCAL |
106 |
PCRE for use with VP/Borland: makevp-compile.txt, makevp-linklib.txt, |
was contributed by Alexander Tokarev. Stefan Weber updated the script and added |
107 |
makevp.bat, pcregexp.pas. |
additional files. The following files in the distribution are for building PCRE |
108 |
|
for use with VP/Borland: makevp-compile.txt, makevp-linklib.txt, makevp.bat, |
109 |
|
pcregexp.pas. |
110 |
|
|
111 |
|
|
112 |
BUILDING UNDER WINDOWS WITH BCC5.5 |
BUILDING UNDER WINDOWS WITH BCC5.5 |
155 |
characters as line terminators. You will have to edit them to change to CR LF |
characters as line terminators. You will have to edit them to change to CR LF |
156 |
terminators. |
terminators. |
157 |
|
|
|
A script for building PCRE using Borland's C++ compiler for use with VPASCAL |
|
|
was contributed by Alexander Tokarev. It is called makevp.bat. |
|
|
|
|
158 |
These are some further comments about Win32 builds from Mark Evans. They |
These are some further comments about Win32 builds from Mark Evans. They |
159 |
were contributed before Fred Cox's changes were made, so it is possible that |
were contributed before Fred Cox's changes were made, so it is possible that |
160 |
they may no longer be relevant. |
they may no longer be relevant. |
255 |
$! |
$! |
256 |
========================= |
========================= |
257 |
|
|
258 |
|
Last Updated: 20 March 2007 |
259 |
**** |
**** |