Annotation of embedaddon/pcre/doc/pcre-config.1, revision 1.1.1.2

1.1       misho       1: .TH PCRE-CONFIG 1
                      2: .SH NAME
                      3: pcre-config - program to return PCRE configuration
                      4: .SH SYNOPSIS
                      5: .rs
                      6: .sp
                      7: .B pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]
                      8: .ti +5n
1.1.1.2 ! misho       9: .B              [--libs16] [--libs-cpp] [--libs-posix] [--cflags]
        !            10: .ti +5n
        !            11: .B              [--cflags-posix]
1.1       misho      12: .
                     13: .
                     14: .SH DESCRIPTION
                     15: .rs
                     16: .sp
                     17: \fBpcre-config\fP returns the configuration of the installed PCRE
1.1.1.2 ! misho      18: libraries and the options required to compile a program to use them. Some of
        !            19: the options apply only to the 8-bit or 16-bit libraries, respectively, and are
        !            20: not available if only one of those libraries has been built. If an unavailable
        !            21: option is encountered, the "usage" information is output.
1.1       misho      22: .
                     23: .
                     24: .SH OPTIONS
                     25: .rs
                     26: .TP 10
                     27: \fB--prefix\fP
                     28: Writes the directory prefix used in the PCRE installation for architecture
                     29: independent files (\fI/usr\fP on many systems, \fI/usr/local\fP on some
                     30: systems) to the standard output.
                     31: .TP 10
                     32: \fB--exec-prefix\fP
                     33: Writes the directory prefix used in the PCRE installation for architecture
                     34: dependent files (normally the same as \fB--prefix\fP) to the standard output.
                     35: .TP 10
                     36: \fB--version\fP
                     37: Writes the version number of the installed PCRE libraries to the standard
                     38: output.
                     39: .TP 10
                     40: \fB--libs\fP
                     41: Writes to the standard output the command line options required to link
1.1.1.2 ! misho      42: with the 8-bit PCRE library (\fB-lpcre\fP on many systems).
        !            43: .TP 10
        !            44: \fB--libs16\fP
        !            45: Writes to the standard output the command line options required to link
        !            46: with the 16-bit PCRE library (\fB-lpcre16\fP on many systems).
        !            47: .TP 10
        !            48: \fB--libs-cpp\fP
        !            49: Writes to the standard output the command line options required to link with
        !            50: PCRE's C++ wrapper library (\fB-lpcrecpp\fP \fB-lpcre\fP on many
        !            51: systems).
1.1       misho      52: .TP 10
                     53: \fB--libs-posix\fP
                     54: Writes to the standard output the command line options required to link with
1.1.1.2 ! misho      55: PCRE's POSIX API wrapper library (\fB-lpcreposix\fP \fB-lpcre\fP on many
1.1       misho      56: systems).
                     57: .TP 10
                     58: \fB--cflags\fP
                     59: Writes to the standard output the command line options required to compile
                     60: files that use PCRE (this may include some \fB-I\fP options, but is blank on
                     61: many systems).
                     62: .TP 10
                     63: \fB--cflags-posix\fP
                     64: Writes to the standard output the command line options required to compile
1.1.1.2 ! misho      65: files that use PCRE's POSIX API wrapper library (this may include some \fB-I\fP
1.1       misho      66: options, but is blank on many systems).
                     67: .
                     68: .
                     69: .SH "SEE ALSO"
                     70: .rs
                     71: .sp
                     72: \fBpcre(3)\fP
                     73: .
                     74: .
                     75: .SH AUTHOR
                     76: .rs
                     77: .sp
                     78: This manual page was originally written by Mark Baker for the Debian GNU/Linux
1.1.1.2 ! misho      79: system. It has been subsequently revised as a generic PCRE man page.
1.1       misho      80: .
                     81: .
                     82: .SH REVISION
                     83: .rs
                     84: .sp
                     85: .nf
1.1.1.2 ! misho      86: Last updated: 01 January 2012
1.1       misho      87: .fi

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>