update README

master
Kroket Ltd 2022-10-01 01:28:23 +03:00
parent 45e112f7ee
commit 13eccc467e
1 changed files with 4 additions and 5 deletions

View File

@ -2,11 +2,10 @@
# Jinja2CppMedium
A "medium-lightweight" version of [jinja2cpp](https://github.com/jinja2cpp/Jinja2Cpp/).
A "medium-lightweight" version of [jinja2cpp](https://github.com/jinja2cpp/Jinja2Cpp/) that features a better build system.
For an even more lightweight version, check
out [Jinja2CppLight](https://github.com/hughperkins/Jinja2CppLight). However,
that version is less Jinja2-complaint.
There is also [Jinja2CppLight](https://github.com/hughperkins/Jinja2CppLight). However,
that version supports less Jinja2 features.
### Improvements
@ -16,7 +15,7 @@ script.
Our improvements are:
- A single and much simpler `CMakeLists.txt` (100 lines)
- A single, more straightforward `CMakeLists.txt` (100 lines)
- Removed all git submodules - link against (system) libs instead:
- RapidJSON
- Boost (`system`, `filesystem`)