Virtuoso Open-Source Wiki
Virtuoso Open-Source, OpenLink Data Spaces, and OpenLink Ajax Toolkit
Advanced Search
Help?
Location: / Dashboard / Main / 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]

  • run `make' to build imagemagick, and `make install' to install it somewhere.
  • To enable plugin to be built, specify --enable-imagemagic=[DIR] when configuring virtuoso, where [DIR] is the directory where the ImageMagick library is installed.
Powered By Virtuoso