man-pages/man1/pcre2-config.1.html
2021-03-31 01:06:50 +01:00

113 lines
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of PCRE2-CONFIG</TITLE>
</HEAD><BODY>
<H1>PCRE2-CONFIG</H1>
Section: User Commands (1)<BR>Updated: 28 September 2014<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
pcre2-config - program to return PCRE2 configuration
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<P>
<PRE>
<B>pcre2-config [--prefix] [--exec-prefix] [--version]</B>
<B> [--libs8] [--libs16] [--libs32] [--libs-posix]</B>
<B> [--cflags] [--cflags-posix]</B>
</PRE>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
<B>pcre2-config</B> returns the configuration of the installed PCRE2 libraries
and the options required to compile a program to use them. Some of the options
apply only to the 8-bit, or 16-bit, or 32-bit libraries, respectively, and are
not available for libraries that have not been built. If an unavailable option
is encountered, the &quot;usage&quot; information is output.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>--prefix</B><DD>
Writes the directory prefix used in the PCRE2 installation for architecture
independent files (<I>/usr</I> on many systems, <I>/usr/local</I> on some
systems) to the standard output.
<DT id="2"><B>--exec-prefix</B><DD>
Writes the directory prefix used in the PCRE2 installation for architecture
dependent files (normally the same as <B>--prefix</B>) to the standard output.
<DT id="3"><B>--version</B><DD>
Writes the version number of the installed PCRE2 libraries to the standard
output.
<DT id="4"><B>--libs8</B><DD>
Writes to the standard output the command line options required to link
with the 8-bit PCRE2 library (<B>-lpcre2-8</B> on many systems).
<DT id="5"><B>--libs16</B><DD>
Writes to the standard output the command line options required to link
with the 16-bit PCRE2 library (<B>-lpcre2-16</B> on many systems).
<DT id="6"><B>--libs32</B><DD>
Writes to the standard output the command line options required to link
with the 32-bit PCRE2 library (<B>-lpcre2-32</B> on many systems).
<DT id="7"><B>--libs-posix</B><DD>
Writes to the standard output the command line options required to link with
PCRE2's POSIX API wrapper library (<B>-lpcre2-posix</B> <B>-lpcre2-8</B> on many
systems).
<DT id="8"><B>--cflags</B><DD>
Writes to the standard output the command line options required to compile
files that use PCRE2 (this may include some <B>-I</B> options, but is blank on
many systems).
<DT id="9"><B>--cflags-posix</B><DD>
Writes to the standard output the command line options required to compile
files that use PCRE2's POSIX API wrapper library (this may include some
<B>-I</B> options, but is blank on many systems).
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>
<P>
<B><A HREF="/cgi-bin/man/man2html?3+pcre2">pcre2</A>(3)</B>
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHOR</H2>
<P>
This manual page was originally written by Mark Baker for the Debian GNU/Linux
system. It has been subsequently revised as a generic PCRE2 man page.
<A NAME="lbAH">&nbsp;</A>
<H2>REVISION</H2>
<P>
<PRE>
Last updated: 28 September 2014
</PRE>
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="10"><A HREF="#lbAB">NAME</A><DD>
<DT id="11"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="12"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="13"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="14"><A HREF="#lbAF">SEE ALSO</A><DD>
<DT id="15"><A HREF="#lbAG">AUTHOR</A><DD>
<DT id="16"><A HREF="#lbAH">REVISION</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:22 GMT, March 31, 2021
</BODY>
</HTML>