summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-01 20:38:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-01 20:38:17 -0800
commita37980f46cb13b1178c685f6eb17d9964b026b9c (patch)
tree2e6992b8b48fc0e7b3e1047e6a6f4c6ea0236709 /README.md
parentc8e246efe4777321434fbdbad8a617dd2b8f7340 (diff)
Added src/scanners.c to repository.
This reduces build dependencies and should help avoid issues like
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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`