Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,15 @@ 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:

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
make all