Revert "build/libgnuregex: Remove."

This reverts commit ca087b0532.

Mac OS X requires libgnuregex for Keymap
This commit is contained in:
John Scipione
2018-02-16 16:45:11 -08:00
parent f12d3b3477
commit 940a3a2322
14 changed files with 7343 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
# libgnuregex
This library exists because some systems don't have a flavor of regex library
built-in which supports groups. This variant does include group-support. An
example of where this comes into play is with the `BUrl` class where URLs are
parsed, in part, using regular expressions.
## Use with MacOS-X
In the case of MacOS-X, the dynamic-library build product
`libgnuregex_build.so` can be configured for use by configuring the
`DYLD_INSERT_LIBRARIES` environment variable.