From 66e8d1a8846f7c58d686122127773293757c7d30 Mon Sep 17 00:00:00 2001 From: Christoph Hasse Date: Fri, 16 Jul 2021 21:56:15 +0200 Subject: [PATCH] refactor: update readme to reflect regex changes --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index f0ae44a2..a8c0a6f3 100644 --- a/README.md +++ b/README.md @@ -1176,17 +1176,6 @@ $ cmake .. -G "Unix Makefiles" # or "MSYS Makefiles" $ make ``` -#### MinGW and Regex - -The exiv2 command-line program provides an option **`--grep`** to filter output. The implementation requires the header file **``** and supporting library to be available during the build. When not available, the option **`--grep`** degrades to a substring match. Because there are several versions of **``** available on the MinGW platform, detection of regex is always disabled on this platform and uses substring match. The following command reveals if regex is included in your build: - -```bash -$ exiv2 -vVg regex -exiv2 0.27.1 -have_regex=1 -$ -``` - [TOC](#TOC)