glfs/general/graphlib/libtiff/libtiff-exp.xml
Bruce Dubbs a8d6ef3ada More grammer
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2243 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-30 20:07:13 +00:00

23 lines
928 B
XML

<sect2>
<title>Command explanations</title>
<para><option>--noninteractive</option>: This switch is used to
avoid the configuration routine asking for confirmation of the
installation directories (which we pass to configure).</para>
<para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is used
because despite the fact we pass <parameter>--prefix=/usr</parameter>, the
configure routine tries to install the man pages in <filename
class="directory">/usr/local/man</filename> instead of the correct
place.</para>
<para><parameter>--with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This
enables support for the handling of <acronym>TIFF</acronym> images with
deflate-encoded data.</para>
<para><parameter>--with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</parameter>: Use
these switches to enable support for the handling of <acronym>TIFF</acronym>
images with <acronym>JPEG</acronym>-encoded data.</para>
</sect2>