Lines Matching +full:many +full:- +full:to +full:- +full:many
1 .TH PCRE2-CONFIG 1 "28 September 2014" "PCRE2 10.00"
3 pcre2-config - program to return PCRE2 configuration
8 .B pcre2-config [--prefix] [--exec-prefix] [--version]
9 .B " [--libs8] [--libs16] [--libs32] [--libs-posix]"
10 .B " [--cflags] [--cflags-posix]"
17 \fBpcre2-config\fP returns the configuration of the installed PCRE2 libraries
18 and the options required to compile a program to use them. Some of the options
19 apply only to the 8-bit, or 16-bit, or 32-bit libraries, respectively, and are
27 \fB--prefix\fP
29 independent files (\fI/usr\fP on many systems, \fI/usr/local\fP on some
30 systems) to the standard output.
32 \fB--exec-prefix\fP
34 dependent files (normally the same as \fB--prefix\fP) to the standard output.
36 \fB--version\fP
37 Writes the version number of the installed PCRE2 libraries to the standard
40 \fB--libs8\fP
41 Writes to the standard output the command line options required to link
42 with the 8-bit PCRE2 library (\fB-lpcre2-8\fP on many systems).
44 \fB--libs16\fP
45 Writes to the standard output the command line options required to link
46 with the 16-bit PCRE2 library (\fB-lpcre2-16\fP on many systems).
48 \fB--libs32\fP
49 Writes to the standard output the command line options required to link
50 with the 32-bit PCRE2 library (\fB-lpcre2-32\fP on many systems).
52 \fB--libs-posix\fP
53 Writes to the standard output the command line options required to link with
54 PCRE2's POSIX API wrapper library (\fB-lpcre2-posix\fP \fB-lpcre2-8\fP on many
57 \fB--cflags\fP
58 Writes to the standard output the command line options required to compile
59 files that use PCRE2 (this may include some \fB-I\fP options, but is blank on
60 many systems).
62 \fB--cflags-posix\fP
63 Writes to the standard output the command line options required to compile
65 \fB-I\fP options, but is blank on many systems).