From a37980f46cb13b1178c685f6eb17d9964b026b9c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 1 Dec 2014 20:38:17 -0800 Subject: Added src/scanners.c to repository. This reduces build dependencies and should help avoid issues like --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f56dc3e..9bcf8c1 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ Installing (C) -------------- Building the C program (`cmark`) and shared library (`libcmark`) -requires [cmake] and [re2c], which is used to generate `scanners.c` from -`scanners.re`. (Note that [re2c] is only a build dependency for -developers, since `scanners.c` can be provided in a released source -tarball.) +requires [cmake]. If you modify `scanners.re`, then you will also +need [re2c], 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. If you have GNU make, you can simply `make`, `make test`, and `make install`. This calls [cmake] to create a `Makefile` in the `build` -- cgit v1.2.3