Skip to content

Commit 278c71f

Browse files
authored
Merge pull request #76 from luca-vercelli/patch-1
Hint for build under Debian/Ubuntu
2 parents 816fd41 + 2cce1b8 commit 278c71f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

INSTALL

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,15 @@ NOTES
107107
the first time you run it because GNU Make fails inference rules
108108
when directories are not created yet. Try running make after the
109109
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

Comments
 (0)