From 77fab23504bea4948e7c81f21050629ec0e05588 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sat, 29 Nov 2014 14:18:07 +0300 Subject: readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cedd3a4..c7e78f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ make\_pcre is a plugin for GNU make providing ability to use Perl compatible -regular expressions. It requires make 4.0 or higher (tested with 4.1) -and libpcre3 (tested with 8.30). +regular expressions. It requires make 4.0 or higher (tested with 4.0 and 4.1) +and libpcre3 (tested with 8.12 and 8.30). [![Build Status](https://travis-ci.org/mikhirev/make_pcre.svg)](https://travis-ci.org/mikhirev/make\_pcre) @@ -10,8 +10,8 @@ Installation Prerequisites ------------- -- GNU make 4.0+ -- libpcre3 8.30+ +- GNU make 4.x+ +- libpcre3 8.x+ Build ----- @@ -79,8 +79,8 @@ Options `pcre_find` can take optional third argument consisting of one ore more characters, each of which enables some option: - $(pcre_find PATTERN,IN,EimsuUxX8) - $(m PATTERN,IN,EimsuUxX8) + $(pcre_find PATTERN,IN,EgimsuUxX8) + $(m PATTERN,IN,EgimsuUxX8) The following options are implemented: -- cgit v1.2.1