Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- TOC END -->

Expand Down Expand Up @@ -446,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
Expand Down
Loading