mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
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>
|
||
|
|