Regex: Update PCRE to v8.35.
I was über lazy at first, so took libs from SM. But actually it's quite easy to compile, so let's update to latest version \o/.
This commit is contained in:
@ -1,24 +1,54 @@
|
||||
.TH PCREBUILD 3 "30 October 2012" "PCRE 8.32"
|
||||
.TH PCREBUILD 3 "12 May 2013" "PCRE 8.33"
|
||||
.SH NAME
|
||||
PCRE - Perl-compatible regular expressions
|
||||
.
|
||||
.
|
||||
.SH "BUILDING PCRE"
|
||||
.rs
|
||||
.sp
|
||||
PCRE is distributed with a \fBconfigure\fP 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 \fBCMake\fP
|
||||
instead of \fBconfigure\fP. The text file
|
||||
.\" HTML <a href="README.txt">
|
||||
.\" </a>
|
||||
\fBREADME\fP
|
||||
.\"
|
||||
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 \fBCMake\fP and building "by
|
||||
hand") in the text file called
|
||||
.\" HTML <a href="NON-AUTOTOOLS-BUILD.txt">
|
||||
.\" </a>
|
||||
\fBNON-AUTOTOOLS-BUILD\fP.
|
||||
.\"
|
||||
You should consult this file as well as the
|
||||
.\" HTML <a href="README.txt">
|
||||
.\" </a>
|
||||
\fBREADME\fP
|
||||
.\"
|
||||
file if you are building in a non-Unix-like environment.
|
||||
.
|
||||
.
|
||||
.SH "PCRE BUILD-TIME OPTIONS"
|
||||
.rs
|
||||
.sp
|
||||
This document describes the optional features of PCRE that can be selected when
|
||||
the library is compiled. It assumes use of the \fBconfigure\fP script, where
|
||||
the optional features are selected or deselected by providing options to
|
||||
\fBconfigure\fP before running the \fBmake\fP command. However, the same
|
||||
options can be selected in both Unix-like and non-Unix-like environments using
|
||||
the GUI facility of \fBcmake-gui\fP if you are using \fBCMake\fP instead of
|
||||
\fBconfigure\fP to build PCRE.
|
||||
The rest of this document describes the optional features of PCRE that can be
|
||||
selected when the library is compiled. It assumes use of the \fBconfigure\fP
|
||||
script, where the optional features are selected or deselected by providing
|
||||
options to \fBconfigure\fP before running the \fBmake\fP command. However, the
|
||||
same options can be selected in both Unix-like and non-Unix-like environments
|
||||
using the GUI facility of \fBcmake-gui\fP if you are using \fBCMake\fP instead
|
||||
of \fBconfigure\fP to build PCRE.
|
||||
.P
|
||||
There is a lot more information about building PCRE without using
|
||||
\fBconfigure\fP (including information about using \fBCMake\fP or building "by
|
||||
hand") in the file called \fINON-AUTOTOOLS-BUILD\fP, which is part of the PCRE
|
||||
distribution. You should consult this file as well as the \fIREADME\fP file if
|
||||
you are building in a non-Unix-like environment.
|
||||
If you are not using Autotools or \fBCMake\fP, option selection can be done by
|
||||
editing the \fBconfig.h\fP file, or by passing parameter settings to the
|
||||
compiler, as described in
|
||||
.\" HTML <a href="NON-AUTOTOOLS-BUILD.txt">
|
||||
.\" </a>
|
||||
\fBNON-AUTOTOOLS-BUILD\fP.
|
||||
.\"
|
||||
.P
|
||||
The complete list of options for \fBconfigure\fP (which includes the standard
|
||||
ones such as the selection of the installation directory) can be obtained by
|
||||
@ -45,7 +75,7 @@ strings, by adding
|
||||
.sp
|
||||
--enable-pcre16
|
||||
.sp
|
||||
to the \fBconfigure\fP command. You can also build a separate
|
||||
to the \fBconfigure\fP command. You can also build yet another separate
|
||||
library, called \fBlibpcre32\fP, in which strings are contained in vectors of
|
||||
32-bit data units and interpreted either as single-unit characters or UTF-32
|
||||
strings, by adding
|
||||
@ -65,8 +95,8 @@ an 8-bit program. None of these are built if you select only the 16-bit or
|
||||
.SH "BUILDING SHARED AND STATIC LIBRARIES"
|
||||
.rs
|
||||
.sp
|
||||
The PCRE building process uses \fBlibtool\fP to build both shared and static
|
||||
Unix libraries by default. You can suppress one of these by adding one of
|
||||
The Autotools PCRE building process uses \fBlibtool\fP to build both shared and
|
||||
static libraries by default. You can suppress one of these by adding one of
|
||||
.sp
|
||||
--disable-shared
|
||||
--disable-static
|
||||
@ -515,6 +545,6 @@ Cambridge CB2 3QH, England.
|
||||
.rs
|
||||
.sp
|
||||
.nf
|
||||
Last updated: 30 October 2012
|
||||
Copyright (c) 1997-2012 University of Cambridge.
|
||||
Last updated: 12 May 2013
|
||||
Copyright (c) 1997-2013 University of Cambridge.
|
||||
.fi
|
||||
|
Reference in New Issue
Block a user