You are here:
/ Dashboard / Main / VOSBuild / VOSBldIMG

Building the ImageMagick plugin

In order to build the ImageMagick plugin for Virtuoso server you need the ImageMagick library.

If your operating system does not have an ImageMagick package,

  • download the ImageMagick source tarball from http://www.imagemagick.org/
  • unpack the tarball and run ./configure. We recommend the following set of options:

 $ ./configure --without-magick-plus-plus --without-perl --without-bzlib 
     --without-dps --without-fpx --without-gvc --without-jbig --without-jp2 
     --without-lcms --without-wmf --without-xml --without-zlib --without-x --without-ttf --prefix=[DIR]

then run `make' to build imagemagick, and `make install' to install it somewhere.

To enable building the plugin, specify --enable-imagemagick=[DIR] when configuring virtuoso, where [DIR] is the directory where the ImageMagick library is installed

Virtuoso and the Virtuoso Website are Copyright (C) OpenLink Software 2006-
SourceForge.net Logo