# HG changeset patch # User iuc # Date 1376217397 14400 # Node ID 4ce7b22bf603f22db19b502d7d18d877b7365043 initial upload diff -r 000000000000 -r 4ce7b22bf603 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Aug 11 06:36:37 2013 -0400 @@ -0,0 +1,19 @@ + + + + + http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.18/GraphicsMagick-1.3.18.tar.gz + + ./configure --prefix=$INSTALL_DIR/gmagick/ --enable-shared=yes + make + make install + + + $INSTALL_DIR/gmagick + $INSTALL_DIR/gmagick/bin + + + + Compiling GraphicsMagick requires a C compiler (typically gcc). You can access the GraphicsMagick root directory (including lib/, include/ and bin/) through the $GRAPHICSMAGICK_ROOT_DIR system variable. + +