diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-25 14:58:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-31 18:06:24 +0700 |
commit | d452da1a2630e10d633466d8f8f636949b6c71fd (patch) | |
tree | 23b9b20112221fb9334ea3016aef9be701060148 /development/bed/README | |
parent | dcc93ee3c92bcff39afcf54395f8b1d87b04968a (diff) |
development/bed: Fix re2 builds.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/bed/README')
-rw-r--r-- | development/bed/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/bed/README b/development/bed/README index 131653ade9508..58a7b6e8bac6e 100644 --- a/development/bed/README +++ b/development/bed/README @@ -6,6 +6,9 @@ bit-flags, bit-fields, labels, EBCDIC and time_t. Different sizes and byte orderings are possible. Data types can be used in structures. Other data formats, filters and procedures can be defined in plugins. +Optional dependencies: hyperscan and/or re2. These are autodetected at +build time. bed uses these for faster regular expressions searches. + Notes: - bed starts up in Ascii input mode. Press F7 to switch to "Digit-Hex" entry |