Skip to content

Instantly share code, notes, and snippets.

@yoshihara
Last active August 29, 2015 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoshihara/22ea3a52a6cf67c76bbe to your computer and use it in GitHub Desktop.
Save yoshihara/22ea3a52a6cf67c76bbe to your computer and use it in GitHub Desktop.
OSX 10.10.4 (Yosemite)
% pkg-config --list-all | grep pcre
libpcreposix libpcreposix - PCREPosix - Posix compatible interface to libpcre
libpcre16 libpcre16 - PCRE - Perl compatible regular expressions C library with 16 bit character support
libpcre libpcre - PCRE - Perl compatible regular expressions C library with 8 bit character support
libpcrecpp libpcrecpp - PCRECPP - C++ wrapper for PCRE
libpcre32 libpcre32 - PCRE - Perl compatible regular expressions C library with 32 bit character support
@yoshihara
Copy link
Author

% pkg-config libpcre --cflags --libs
-I/usr/local/Cellar/pcre/8.37/include -L/usr/local/Cellar/pcre/8.37/lib -lpcre
% ls /usr/local/include/pcre.h
/usr/local/include/pcre.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment