| 29 |
successfully on any system that has a Standard C compiler and library. The C++ |
successfully on any system that has a Standard C compiler and library. The C++ |
| 30 |
wrapper functions are a separate issue (see below). |
wrapper functions are a separate issue (see below). |
| 31 |
|
|
| 32 |
The PCRE distribution contains some experimental support for "cmake", but this |
The PCRE distribution contains some experimental support for "cmake", but this |
| 33 |
is incomplete and not documented. However if you are a "cmake" user you might |
is incomplete and not documented. However if you are a "cmake" user you might |
| 34 |
like to try building with "cmake". |
like to try building with "cmake". |
| 35 |
|
|
| 36 |
|
|
| 127 |
|
|
| 128 |
COMMENTS ABOUT WIN32 BUILDS |
COMMENTS ABOUT WIN32 BUILDS |
| 129 |
|
|
| 130 |
There are two ways of building PCRE using the "congifure, make, make install" |
There are two ways of building PCRE using the "congifure, make, make install" |
| 131 |
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 |
| 132 |
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 |
| 133 |
some experimental, undocumented support for building using "cmake", which you |
some experimental, undocumented support for building using "cmake", which you |
| 134 |
might like to try if you are familiar with "cmake". However, at the present |
might like to try if you are familiar with "cmake". However, at the present |
| 135 |
time, the "cmake" process builds only a static library (not a dll), and the |
time, the "cmake" process builds only a static library (not a dll), and the |
| 136 |
tests are not automatically run. |
tests are not automatically run. |
| 137 |
|
|