diff options
author | Dmitry Mikhirev | 2014-11-29 14:18:07 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-11-29 14:18:07 +0300 |
commit | 77fab23504bea4948e7c81f21050629ec0e05588 (patch) | |
tree | c584eebe39ff919e9892a41e26371db4e0fe6ab6 | |
parent | fd29160ed226454b2a0d2540025e2bcd305e9c93 (diff) | |
download | make_pcre-0.2.tar.gz make_pcre-0.2.tar.bz2 make_pcre-0.2.tar.xz make_pcre-0.2.zip |
readmev0.2
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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: |