diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-08 22:54:47 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-08 22:57:00 +0200 |
| commit | 8d8179d3b412cdd2c1af60539b9aec89631f3fe6 (patch) | |
| tree | 21cfc4b49d68226ee1c00e826aedf99152dc18c5 /README.md | |
| parent | 10e42591ac72285736d5cc4ee5e7c2f68dbf1e4b (diff) | |
| download | slcl-8d8179d3b412cdd2c1af60539b9aec89631f3fe6.tar.gz | |
Allow building thumbnail from the top-level build
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
