diff options
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 |
