GraphicsMagick: Difference between revisions

Jump to navigation Jump to search
16 bytes removed ,  18 August 2012
→‎Building: no need for perl really
(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

Navigation menu