We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816fd41 + 2cce1b8 commit 278c71fCopy full SHA for 278c71f
INSTALL
@@ -107,3 +107,15 @@ NOTES
107
the first time you run it because GNU Make fails inference rules
108
when directories are not created yet. Try running make after the
109
failure.
110
+
111
112
+HINT FOR BUILD IN DEBIAN/UBUNTU
113
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114
+For building under Debian 16, targeting ImageMagick 6:
115
116
+ sudo apt install build-essential libmagickcore-dev libmagickwand-dev imagemagick default-jdk
117
+ touch AUTHORS NEWS ChangeLog # not sure why automake does not generate these
118
+ autoreconf -i
119
+ export JAVA_HOME=/usr/lib/jvm/default-java
120
+ ./configure --with-magickwand-config=/usr/lib/x86_64-linux-gnu/ImageMagick-6.*/bin-q16/Wand-config
121
+ make all
0 commit comments