Ignore:
Timestamp:
07/08/2004 11:38:05 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
682f8ef8
Parents:
7f971cb
Message:

Described how to add LZW compression support to libtiff, suggested by Dan Osterrath.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2432 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    r7f971cb r9b4f389  
    3434</sect3>
    3535                                                                               
     36<sect3><title>Additional downloads</title>
     37<itemizedlist spacing="compact">
     38<listitem><para>LZW compression support: <ulink
     39url="ftp://ftp.remotesensing.org/libtiff/libtiff-lzw-compression-kit-1.5.tar.gz"/></para></listitem>
     40</itemizedlist></sect3>
     41
    3642<sect3><title><application>libtiff</application> dependencies</title>
    3743<sect4><title>Optional</title>
     
    4450<sect2>
    4551<title>Installation of <application>libtiff</application></title>
     52
     53<para>If you wish to allow the creation of compressed
     54<acronym>TIFF</acronym> images, download the <acronym>LZW</acronym>
     55Compression Kit and copy the provided <filename>tif_lzw.c</filename>
     56file to the <filename class="directory">libtiff</filename> subdirectory
     57of the <application>libtiff</application> source tree.</para>
    4658                                                                               
    4759<para>Install <application>libtiff</application> by running the following commands:</para>
     
    5365make install</command></userinput></screen>
    5466                                                                               
    55 <note><para>configure prints false error messages that it is unable to find thelibrary directories for ZIP (and JPEG) support. Ignore them. To verify that
    56 <filename>libtiff</filename> is indeed linked to these libraries, use the
    57 <command>ldd</command> command.</para></note>
    58                                                                                
    5967</sect2>
    6068
     
    6472<para><option>--noninteractive</option>: This switch is used to
    6573avoid the configuration routine asking for confirmation of the
    66 installation directories (which we pass to configure).</para>
     74installation directories (which we pass to <command>configure</command>).</para>
    6775                                                                               
    6876<para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is used
    6977because despite the fact we pass <parameter>--prefix=/usr</parameter>, the
    70 configure routine tries to install the man pages in <filename
     78<command>configure</command> routine tries to install the man pages in <filename
    7179class="directory">/usr/local/man</filename> instead of the correct
    7280place.</para>
Note: See TracChangeset for help on using the changeset viewer.