diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:48:09 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:48:09 -0800 |
commit | 49a781ca6e3ca6ee049202c38bc1816ffbc93cf7 (patch) | |
tree | d5035b8412dd23a36c25ae9d0c5199f8c3e96eaa | |
parent | 5fa6dca87855738d9819ef95e99ac13d95df7712 (diff) |
README - minor formatting.
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -40,10 +40,10 @@ Installing ---------- Building the C program (`cmark`) and shared library (`libcmark`) -requires [cmake] and [`re2c`](http://re2c.org), 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] 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.) On \*nix systems, you can simply `make` and `make install`. This calls `cmake` to create a `Makefile` in the `build` directory, @@ -244,4 +244,4 @@ only for simple, clear, actionable issues. [cmake]: http://www.cmake.org/download/ [pandoc]: http://johnmacfarlane.net/pandoc/ - +[re2c]: http://re2c.org |