glfs/general/genutils/imagemagick/imagemagick-inst.xml
Tushar Teredesai f828f6a1f3 Added ImageMagick (Bug 348)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1524 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-11-17 00:20:48 +00:00

22 lines
702 B
XML

<sect2>
<title>Installation of <application>Imagemagick</application></title>
<para>Install <application>Imagemagick</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --enable-shared --with-modules &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Additional Configure Options</title>
<para>There are additional switches that can be passed to <application>ImageMagick</application>
to customize the installation to your need. Check out the <application>ImageMagick</application>
installation instructions at <ulink url="http://www.imagemagick.org/www/Install-unix.html"/>.</para>
</sect2>