From 1b501380c5aa09eecc84ef4e1038888069a7a5c2 Mon Sep 17 00:00:00 2001 From: Difegue Date: Fri, 10 Jan 2025 01:44:59 +0100 Subject: [PATCH] Add magick info to docs --- tools/Documentation/installing-lanraragi/source.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/Documentation/installing-lanraragi/source.md b/tools/Documentation/installing-lanraragi/source.md index 2dd5f594e..97ab17712 100644 --- a/tools/Documentation/installing-lanraragi/source.md +++ b/tools/Documentation/installing-lanraragi/source.md @@ -27,7 +27,9 @@ perlmagick ghostscript npm _Base software dependencies._ {% hint style="info" %} -If your package manager requires you to specify which ImageMagick version to install, choose version 7. +If your package manager requires you to specify which ImageMagick version to install, choose version 7. +If you're using perlbrew, you'll have to install `Alien::ImageMagick` with CPAN in perlbrew's perl lib, which will handle downloading and building the `perlmagick` API bindings for you. +(LRR can work without ImageMagick running, but you'll lose out on any thumbnail support) {% endhint %} {% hint style="info" %}