Ignore:
Timestamp:
04/14/2005 01:34:26 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9e7ac06
Parents:
25564573
Message:

Added documentation installation commands to the libungif instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libungif.xml

    r25564573 rbae992f  
    99<!ENTITY libungif-md5sum "8c198831cc0495596c78134b8849e9ad">
    1010<!ENTITY libungif-size "430 KB">
    11 <!ENTITY libungif-buildsize "5.7 MB">
    12 <!ENTITY libungif-time "0.11 SBU">
     11<!ENTITY libungif-buildsize "6.2 MB">
     12<!ENTITY libungif-time "0.16 SBU">
    1313]>
    1414
     
    3333<para>The reason <application>libungif</application> only writes non-compressed
    3434<acronym>GIF</acronym>s is due to a legal issue with <acronym>LZW</acronym>
    35 compression (which Unisys claims a patent on). Reading <acronym>GIF</acronym>s
     35compression (which Unisys claimed a patent on). Reading <acronym>GIF</acronym>s
    3636is not a problem as the decompression routines do not seem to be limited in
    3737this way.  Note that this has in the past been disputed. The best way to avoid
     
    7272<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    7373make &amp;&amp;
    74 make install</command></userinput></screen>
     74make install &amp;&amp;
     75install -v -m755 -d /usr/share/doc/libungif-&libungif-version;/html &amp;&amp;
     76install -v -m644 doc/*.{png,html} \
     77    /usr/share/doc/libungif-&libungif-version;/html &amp;&amp;
     78install -v -m644 doc/*.txt \
     79    /usr/share/doc/libungif-&libungif-version;</command></userinput></screen>
    7580
    7681</sect2>
Note: See TracChangeset for help on using the changeset viewer.