Man page - pcre2-config(1)
Packages contas this manual
- pcre2_match_data_free(3)
- pcre2_match_context_copy(3)
- pcre2_set_substitute_callout(3)
- pcre2_substring_number_from_name(3)
- pcre2_substitute(3)
- pcre2_converted_pattern_free(3)
- pcre2_convert_context_free(3)
- pcre2_jit_stack_free(3)
- pcre2_compile_context_create(3)
- pcre2_maketables_free(3)
- pcre2_jit_compile(3)
- pcre2_set_depth_limit(3)
- pcre2build(3)
- pcre2_substring_get_bynumber(3)
- pcre2_set_compile_recursion_guard(3)
- pcre2_pattern_convert(3)
- pcre2_substring_free(3)
- pcre2_set_bsr(3)
- pcre2_substring_copy_bynumber(3)
- pcre2_substring_length_bynumber(3)
- pcre2_convert_context_create(3)
- pcre2matching(3)
- pcre2_dfa_match(3)
- pcre2_get_ovector_count(3)
- pcre2pattern(3)
- pcre2limits(3)
- pcre2_compile_context_copy(3)
- pcre2_set_substitute_case_callout(3)
- pcre2_set_glob_separator(3)
- pcre2_get_match_data_size(3)
- pcre2_substring_copy_byname(3)
- pcre2_jit_stack_create(3)
- pcre2sample(3)
- pcre2_compile_context_free(3)
- pcre2_set_heap_limit(3)
- pcre2_set_newline(3)
- pcre2convert(3)
- pcre2(3)
- pcre2_set_callout(3)
- pcre2callout(3)
- pcre2_substring_get_byname(3)
- pcre2unicode(3)
- pcre2_general_context_free(3)
- pcre2_set_offset_limit(3)
- pcre2_code_free(3)
- pcre2_substring_nametable_scan(3)
- pcre2_substring_list_free(3)
- pcre2serialize(3)
- pcre2_set_optimize(3)
- pcre2_set_recursion_limit(3)
- pcre2_set_max_pattern_compiled_length(3)
- pcre2_match_data_create_from_pattern(3)
- pcre2_pattern_info(3)
- pcre2_convert_context_copy(3)
- pcre2partial(3)
- pcre2_serialize_decode(3)
- pcre2syntax(3)
- pcre2_set_max_pattern_length(3)
- pcre2_match_data_create(3)
- pcre2api(3)
- pcre2_set_character_tables(3)
- pcre2_code_copy_with_tables(3)
- pcre2_set_max_varlookbehind(3)
- pcre2_set_parens_nest_limit(3)
- pcre2_match_context_create(3)
- pcre2_jit_match(3)
- pcre2_serialize_encode(3)
- pcre2_general_context_create(3)
- pcre2_config(3)
- pcre2_match_context_free(3)
- pcre2_get_match_data_heapframes_size(3)
- pcre2_set_match_limit(3)
- pcre2_set_glob_escape(3)
- pcre2_substring_list_get(3)
- pcre2_get_ovector_pointer(3)
- pcre2_set_compile_extra_options(3)
- pcre2compat(3)
- pcre2_compile(3)
- pcre2_jit_free_unused_memory(3)
- pcre2_serialize_free(3)
- pcre2_get_error_message(3)
- pcre2_get_startchar(3)
- pcre2posix(3)
- pcre2_get_mark(3)
- pcre2_match(3)
- pcre2demo(3)
- pcre2_substring_length_byname(3)
- pcre2_set_recursion_memory_management(3)
- pcre2_serialize_get_number_of_codes(3)
- pcre2_jit_stack_assign(3)
- pcre2-config(1)
- pcre2jit(3)
- pcre2_code_copy(3)
- pcre2_callout_enumerate(3)
- pcre2_maketables(3)
- pcre2_general_context_copy(3)
- pcre2perform(3)
Package: libpcre2-dev
apt-get install libpcre2-dev
apt-get install libpcre2-dev
Manuals in package:
Documentations in package:
Manual
| PCRE2-CONFIG(1) | General Commands Manual | PCRE2-CONFIG(1) |
NAME
pcre2-config - program to return PCRE2 configuration
SYNOPSIS
pcre2-config [--prefix] [--exec-prefix] [--version]
[--libs8] [--libs16] [--libs32] [--libs-posix]
[--cflags] [--cflags-posix]
DESCRIPTION
pcre2-config 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 "usage" information is output.
OPTIONS
- --prefix
- Writes the directory prefix used in the PCRE2 installation for architecture independent files (/usr on many systems, /usr/local on some systems) to the standard output.
- --exec-prefix
- Writes the directory prefix used in the PCRE2 installation for architecture dependent files (normally the same as --prefix) to the standard output.
- --version
- Writes the version number of the installed PCRE2 libraries to the standard output.
- --libs8
- Writes to the standard output the command line options required to link with the 8-bit PCRE2 library (-lpcre2-8 on many systems).
- --libs16
- Writes to the standard output the command line options required to link with the 16-bit PCRE2 library (-lpcre2-16 on many systems).
- --libs32
- Writes to the standard output the command line options required to link with the 32-bit PCRE2 library (-lpcre2-32 on many systems).
- --libs-posix
- Writes to the standard output the command line options required to link with PCRE2's POSIX API wrapper library (-lpcre2-posix -lpcre2-8 on many systems).
- --cflags
- Writes to the standard output the command line options required to compile files that use PCRE2 (this may include some -I options, but is blank on many systems).
- --cflags-posix
- 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 -I options, but is blank on many systems).
SEE ALSO
pcre2(3)
AUTHOR
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.
REVISION
Last updated: 28 September 2014
| 28 September 2014 | PCRE2 10.46 |