+++ /dev/null
-1. Download source using git:
-
- git clone https://github.com/fletcher/MultiMarkdown-6.git
-
- or web:
-
- https://github.com/fletcher/MultiMarkdown-6
-
-2. Compile, and (optionally) test:
-
- make
- cd build
- make
- make test
+# Short Version #
+
+Run `make` command from top directory, then change to the build directory and
+run `make` again.
+
+
+# Detailed Version #
+
This project is designed for use with cmake.
The Makefile controls the overall build:
auto-generated. You should not manually change these files or put anything
else in there.
+From within the `build` directory, you can run `make` again to actually
+compile the softeare.
The setup is designed to support unit testing with CuTest. Functions along
the lines of `void Test*` will be located automatically and used to create the