From 82e5a7e496014522f5b4550601301472c76fe898 Mon Sep 17 00:00:00 2001 From: luca-vercelli Date: Thu, 12 Sep 2024 12:16:24 +0200 Subject: [PATCH 1/3] Hint for build under Debian/Ubuntu --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL b/INSTALL index fbcae61..eb8d0f8 100644 --- a/INSTALL +++ b/INSTALL @@ -107,3 +107,14 @@ NOTES the first time you run it because GNU Make fails inference rules when directories are not created yet. Try running make after the failure. + + +HINT FOR BUILD IN DEBIAN/UBUNTU +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +For building under Debian 16, targeting ImageMagick 6 (provided patch #73 is applied): + + sudo apt install build-essential libmagickcore-dev libmagickwand-dev imagemagick default-jdk + autoreconf -i + export JAVA_HOME=/usr/lib/jvm/default-java + ./configure --with-magickwand-config=/usr/lib/x86_64-linux-gnu/ImageMagick-6.*/bin-q16/Wand-config + make all From 7e84dbacf9bd499735c6d624bda3cd5188980b48 Mon Sep 17 00:00:00 2001 From: luca-vercelli Date: Thu, 12 Sep 2024 14:32:59 +0200 Subject: [PATCH 2/3] Update INSTALL --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index eb8d0f8..2bdfc88 100644 --- a/INSTALL +++ b/INSTALL @@ -114,6 +114,7 @@ HINT FOR BUILD IN DEBIAN/UBUNTU For building under Debian 16, targeting ImageMagick 6 (provided patch #73 is applied): sudo apt install build-essential libmagickcore-dev libmagickwand-dev imagemagick default-jdk + touch AUTHORS NEWS ChangeLog # not sure why automake does not generate these autoreconf -i export JAVA_HOME=/usr/lib/jvm/default-java ./configure --with-magickwand-config=/usr/lib/x86_64-linux-gnu/ImageMagick-6.*/bin-q16/Wand-config From 2cce1b88681e140c2227c1261fe0c95064af2b4d Mon Sep 17 00:00:00 2001 From: Luca Vercelli Date: Mon, 16 Sep 2024 09:40:13 +0200 Subject: [PATCH 3/3] update INSTALL --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 2bdfc88..cb1bbce 100644 --- a/INSTALL +++ b/INSTALL @@ -111,7 +111,7 @@ NOTES HINT FOR BUILD IN DEBIAN/UBUNTU ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -For building under Debian 16, targeting ImageMagick 6 (provided patch #73 is applied): +For building under Debian 16, targeting ImageMagick 6: sudo apt install build-essential libmagickcore-dev libmagickwand-dev imagemagick default-jdk touch AUTHORS NEWS ChangeLog # not sure why automake does not generate these