/vendor/pcre/doc/pcre-config.txt

http://github.com/feyeleanor/RubyGoLightly · Plain Text · 67 lines · 41 code · 26 blank · 0 comment · 0 complexity · b5cf614d45e3470a50dc7546d6dd28f9 MD5 · raw file

  1. PCRE-CONFIG(1) PCRE-CONFIG(1)
  2. NAME
  3. pcre-config - program to return PCRE configuration
  4. SYNOPSIS
  5. pcre-config [--prefix] [--exec-prefix] [--version] [--libs]
  6. [--libs-posix] [--cflags] [--cflags-posix]
  7. DESCRIPTION
  8. pcre-config returns the configuration of the installed PCRE libraries
  9. and the options required to compile a program to use them.
  10. OPTIONS
  11. --prefix Writes the directory prefix used in the PCRE installation for
  12. architecture independent files (/usr on many systems,
  13. /usr/local on some systems) to the standard output.
  14. --exec-prefix
  15. Writes the directory prefix used in the PCRE installation for
  16. architecture dependent files (normally the same as --prefix)
  17. to the standard output.
  18. --version Writes the version number of the installed PCRE libraries to
  19. the standard output.
  20. --libs Writes to the standard output the command line options
  21. required to link with PCRE (-lpcre on many systems).
  22. --libs-posix
  23. Writes to the standard output the command line options
  24. required to link with the PCRE posix emulation library
  25. (-lpcreposix -lpcre on many systems).
  26. --cflags Writes to the standard output the command line options
  27. required to compile files that use PCRE (this may include
  28. some -I options, but is blank on many systems).
  29. --cflags-posix
  30. Writes to the standard output the command line options
  31. required to compile files that use the PCRE posix emulation
  32. library (this may include some -I options, but is blank on
  33. many systems).
  34. SEE ALSO
  35. pcre(3)
  36. AUTHOR
  37. This manual page was originally written by Mark Baker for the Debian
  38. GNU/Linux system. It has been slightly revised as a generic PCRE man
  39. page.
  40. REVISION
  41. Last updated: 18 April 2007