GraphicsMagick: Difference between revisions

Jump to navigation Jump to search
(quick list of commands)
(→‎Building: no need for perl really)
Line 5: Line 5:
See below for the reasoning behind each flag and tracking dependencies. Once done, the following commands should work to build GraphicsMagick.
See below for the reasoning behind each flag and tracking dependencies. Once done, the following commands should work to build GraphicsMagick.
<pre>
<pre>
./configure  --with-quantum-depth=32 --enable-shared --disable-static --with-perl=yes --with-magick-plus-plus=yes
./configure  --with-quantum-depth=32 --enable-shared --disable-static --with-magick-plus-plus=yes
make
make
make check
make check