| 45 |
|
|
| 46 |
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 |
| 47 |
compiler command line to make any changes that you need. |
compiler command line to make any changes that you need. |
| 48 |
|
|
| 49 |
|
NOTE: There have been occasions when the way in which certain parameters in |
| 50 |
|
config.h are used has changed between releases. (In the configure/make |
| 51 |
|
world, this is handled automatically.) When upgrading to a new release, you |
| 52 |
|
are strongly advised to review config.h.generic before re-using what you |
| 53 |
|
had previously. |
| 54 |
|
|
| 55 |
(2) Copy or rename the file pcre.h.generic as pcre.h. |
(2) Copy or rename the file pcre.h.generic as pcre.h. |
| 56 |
|
|
| 133 |
|
|
| 134 |
COMMENTS ABOUT WIN32 BUILDS |
COMMENTS ABOUT WIN32 BUILDS |
| 135 |
|
|
| 136 |
There are two ways of building PCRE using the "congifure, make, make install" |
There are two ways of building PCRE using the "configure, make, make install" |
| 137 |
paradigm on Windows systems: using MinGW or using Cygwin. These are not at all |
paradigm on Windows systems: using MinGW or using Cygwin. These are not at all |
| 138 |
the same thing; they are completely different from each other. There is also |
the same thing; they are completely different from each other. There is also |
| 139 |
some experimental, undocumented support for building using "cmake", which you |
some experimental, undocumented support for building using "cmake", which you |
| 280 |
$! |
$! |
| 281 |
========================= |
========================= |
| 282 |
|
|
| 283 |
Last Updated: 24 April 2007 |
Last Updated: 11 June 2007 |
| 284 |
**** |
**** |