From 5657a3412ac2418d99438c04f9473100ffa6a3af Mon Sep 17 00:00:00 2001 From: Till Toenshoff Date: Sat, 25 Jul 2026 17:26:50 +0200 Subject: [PATCH 1/2] fix: small readme fix - removes dangling toc entry --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3e34a3b..88a8b5e 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ ChapterForge is a library and CLI to mux chapters (text and optional images) int - [Minimal C++ usage (CLI equivalent)](#minimal-c-usage-cli-equivalent) - [Tests & Dependencies](#tests-dependencies) - [Contributing](#contributing) -- [Advanced Usage](#advanced-usage) - - [Objective-C++ Example](#objective-c-example) - [Disclaimer](#disclaimer) From 2d775292fefe765e3b119129d1969066282a3473 Mon Sep 17 00:00:00 2001 From: Till Toenshoff Date: Sat, 25 Jul 2026 17:29:19 +0200 Subject: [PATCH 2/2] docs: adds some background on dependencies --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88a8b5e..be024e9 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,12 @@ will have an empty URL sample and no `url`/`url_text` keys in the exported JSON) ## Tests & Dependencies +ChapterForge is deliberately built without any further dependencies to prevent licensing issues in my +own products. That has its downsides - chances of incompatibilities are vastly increased when compared +to proven, third party components. + +We do optionally use a plethora of third party tools for testing and test content production. + Quick run: ```bash cmake -S . -B build -DENABLE_OUTPUT_TOOL_TESTS=ON