From 8d8179d3b412cdd2c1af60539b9aec89631f3fe6 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 8 Oct 2025 22:54:47 +0200 Subject: Allow building thumbnail from the top-level build --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 685d58c..4f95695 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using (provided as a `git` submodule). - [`fdzipstream`](https://github.com/CTrabant/fdzipstream.git) (provided as a `git` submodule). +- ImageMagick >= 6.0 (optional, for [`thumbnail`](thumbnail/) only). - CMake (optional). ### Ubuntu / Debian @@ -71,7 +72,7 @@ sudo apt install build-essential libcjson-dev libssl-dev m4 zlib1g #### Optional packages ```sh -sudo apt install cmake +sudo apt install cmake libmagickcore-6.q16-dev ``` ## How to use -- cgit v1.2.3