94 |
There are some optional features that can be included or omitted from the PCRE |
There are some optional features that can be included or omitted from the PCRE |
95 |
library. You can read more about them in the pcrebuild man page. |
library. You can read more about them in the pcrebuild man page. |
96 |
|
|
97 |
|
. If you want to suppress the building of the C++ wrapper library, you can add |
98 |
|
--disable-cpp to the "configure" command. Otherwise, when "configure" is run, |
99 |
|
will try to find a C++ compiler and C++ header files, and if it succeeds, it |
100 |
|
will try to build the C++ wrapper. |
101 |
|
|
102 |
. If you want to make use of the support for UTF-8 character strings in PCRE, |
. If you want to make use of the support for UTF-8 character strings in PCRE, |
103 |
you must add --enable-utf8 to the "configure" command. Without it, the code |
you must add --enable-utf8 to the "configure" command. Without it, the code |
104 |
for handling UTF-8 is not included in the library. (Even when included, it |
for handling UTF-8 is not included in the library. (Even when included, it |
491 |
Philip Hazel |
Philip Hazel |
492 |
Email local part: ph10 |
Email local part: ph10 |
493 |
Email domain: cam.ac.uk |
Email domain: cam.ac.uk |
494 |
June 2005 |
August 2005 |