talkatu/talkatu

Add a minimum version to cmark

2021-03-14, Gary Kramlich
7dabf1ebead0
Add a minimum version to cmark

The pc file doesn't exist in versions earlier than this, but this should help
people who have version 0.26.0 of cmark to realize they need a newer version.

Testing Done:
Ran locally.

Reviewed at https://reviews.imfreedom.org/r/571/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```