From 1163b3adfff5c1d5d3a609eeea5dd608c42dfd8c Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Tue, 21 Sep 2021 18:11:47 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9pdendance=20avec=20imagemagick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa8c82c..1e7eba6 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,13 @@ Dépendances : - php >= 5.6 - rsvg-convert - pdftk +- imagemagick - potrace Sur debian : ` -sudo aptitude install php librsvg2-bin pdftk potrace +sudo aptitude install php librsvg2-bin pdftk imagemagick potrace ` Récupération des sources :