From d655b825e3db9aa02adb8d5df9d995a6fd6a9e92 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Feb 2016 13:53:35 -0800 Subject: Require re2c >= 1.14.2. Version <= 1.13.7 don't allow the `-8` option. Closes #102. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5592f78..b326a72 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Installing Building the C program (`cmark`) and shared library (`libcmark`) requires [cmake]. If you modify `scanners.re`, then you will also -need [re2c], which is used to generate `scanners.c` from +need [re2c] (>= 1.14.2), which is used to generate `scanners.c` from `scanners.re`. We have included a pre-generated `scanners.c` in the repository to reduce build dependencies. -- cgit v1.2.3