From d4c788d2cfc9d451752f3d819ba22eab12719dda Mon Sep 17 00:00:00 2001 From: alistair Date: Mon, 3 May 2021 04:06:59 +1000 Subject: [PATCH] build info --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ceceb3..9a3d646 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ without configuration. ### Features + - minimalistic templating system - single static binary with no dependencies - no config required @@ -29,6 +30,12 @@ Note: not all of the following functionality is supported yet. - date.h (hopefully can be replaced with C++20 `std::chrono` one day) - spdlog - xxd +- lexbor +- duktape +- gnu source-highlight + - boost-regex +- darkhttpd +- tinyxml2 ### Building @@ -38,6 +45,10 @@ Note: not all of the following functionality is supported yet. 2. Ensure xxd is installed and run the script `defaults.sh` 3. `mkdir build && cd build && cmake .. && make` +- source highlight; installed from repos and linked as shared object +- lexbor; download and install or build from source and tell cmake to link the static binary + + ### Basic Behaviour Provided with a source directory, and an output directory, it recurses through @@ -206,4 +217,3 @@ template: blogpost.html Append `.draft` to the filename and it will not get compiled. -