47 |
in the sources. |
in the sources. |
48 |
|
|
49 |
An alternative approach is not to edit config.h, but to use -D on the |
An alternative approach is not to edit config.h, but to use -D on the |
50 |
compiler command line to make any changes that you need to the |
compiler command line to make any changes that you need to the |
51 |
configuration options. In this case -DHAVE_CONFIG_H must not be set. |
configuration options. In this case -DHAVE_CONFIG_H must not be set. |
52 |
|
|
53 |
NOTE: There have been occasions when the way in which certain parameters |
NOTE: There have been occasions when the way in which certain parameters |
62 |
Copy or rename file pcre_chartables.c.dist as pcre_chartables.c. |
Copy or rename file pcre_chartables.c.dist as pcre_chartables.c. |
63 |
|
|
64 |
OR: |
OR: |
65 |
Compile dftables.c as a stand-alone program (using -DHAVE_CONFIG_H if |
Compile dftables.c as a stand-alone program (using -DHAVE_CONFIG_H if |
66 |
you have set up config.h), and then run it with the single argument |
you have set up config.h), and then run it with the single argument |
67 |
"pcre_chartables.c". This generates a set of standard character tables |
"pcre_chartables.c". This generates a set of standard character tables |
68 |
and writes them to that file. The tables are generated using the default |
and writes them to that file. The tables are generated using the default |
87 |
pcre_printint.src |
pcre_printint.src |
88 |
|
|
89 |
(6) Compile the following source files, setting -DHAVE_CONFIG_H as a compiler |
(6) Compile the following source files, setting -DHAVE_CONFIG_H as a compiler |
90 |
option if you have set up config.h with your configuration, or else use |
option if you have set up config.h with your configuration, or else use |
91 |
other -D settings to change the configuration as required. |
other -D settings to change the configuration as required. |
92 |
|
|
93 |
pcre_chartables.c |
pcre_chartables.c |