mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
f828f6a1f3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1524 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
702 B
XML
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 &&
|
|
make &&
|
|
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>
|
|
|