Perl-совместимые регулярные выражения (Perl-compatible regular expressions)
BUILDING PCRE
PCRE is distributed with a configure script that can be used to
build the library in Unix-like environments using the
applications known as Autotools. Also in the distribution are
files to support building using CMake instead of configure. The
text file README contains general information about building with
Autotools (some of which is repeated below), and also has some
comments about building on various operating systems. There is a
lot more information about building PCRE without using Autotools
(including information about using CMake and building "by hand")
in the text file called NON-AUTOTOOLS-BUILD. You should consult
this file as well as the README file if you are building in a
non-Unix-like environment.