Changeset 2b76dc4


Ignore:
Timestamp:
10/29/2004 02:58:44 PM (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.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:
e082ac5
Parents:
25cd223
Message:

Added chmod command to libmng instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libmng.xml

    r25cd223 r2b76dc4  
    1010<!ENTITY libmng-buildsize "13.7 MB">
    1111<!ENTITY libmng-time "0.41 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>libmng</application></title>
    25                                                                                
     24
    2625<para>The <application>libmng</application> libraries are used by programs
    27 wanting to read and write Multiple-image Network Graphics (<acronym>MNG</acronym>)
    28 files which are the animation
     26wanting to read and write Multiple-image Network Graphics
     27(<acronym>MNG</acronym>) files which are the animation
    2928equivalents to <acronym>PNG</acronym> files.</para>
    30                                                                                
     29
    3130<sect3><title>Package information</title>
    3231<itemizedlist spacing='compact'>
     
    4140&libmng-time;</para></listitem></itemizedlist>
    4241</sect3>
    43                                                                                
    44                                                                                
     42
    4543<sect3><title><application>libmng</application> dependencies</title>
    4644<sect4><title>Required</title>
    4745<para><xref linkend="libjpeg"/> and <xref linkend="lcms"/></para></sect4>
    4846</sect3>
    49                                                                                
     47
    5048</sect2>
    5149
    5250<sect2>
    5351<title>Installation of <application>libmng</application></title>
    54                                                                                
     52
    5553<para>Install <application>libmng</application> by running the following
    5654commands:</para>
    57                                                                                
    58 <screen><userinput><command>sh autogen.sh &amp;&amp;
     55
     56<screen><userinput><command>chmod 755 autogen.sh &amp;&amp;
     57sh autogen.sh &amp;&amp;
    5958./configure --prefix=/usr &amp;&amp;
    6059make &amp;&amp;
     
    6261cp doc/man/*.3 /usr/share/man/man3 &amp;&amp;
    6362cp doc/man/*.5 /usr/share/man/man5</command></userinput></screen>
    64                                                                                
     63
    6564</sect2>
    6665
    6766<sect2>
    6867<title>Command explanations</title>
    69                                                                                
     68
    7069<para><command>sh autogen.sh</command>: This package does not ship
    71 with the configure script. The autotool files need to be generated
     70with a configure script. The autotool files need to be generated
    7271before configuring the package.</para>
    73                                                                                
     72
    7473<para><command>cp doc/man/*.X /usr/share/man/manX</command>: The
    75 install procedure doesn't properly install the man pages so we do it
     74install procedure doesn't install the man pages so they are copied
    7675manually.</para>
    77                                                                                
     76
    7877</sect2>
    7978
    8079<sect2>
    8180<title>Contents</title>
    82                                                                                
    83 <para>The <application>libmng</application> package contains <filename>libmng
    84 </filename> libraries.</para>
    85                                                                                
     81
     82<para>The <application>libmng</application> package contains
     83<filename>libmng</filename> libraries.</para>
     84
    8685</sect2>
    87                                                                                
     86
    8887<sect2><title>Description</title>
    89                                                                                
     88
    9089<sect3><title>MNG libraries</title>
    9190<para><filename>libmng</filename> provides functions for programs wishing to
    9291read and write <acronym>MNG</acronym> files which are animation files without
    9392the patent problems associated with certain other formats.</para></sect3>
    94                                                                                
     93
    9594</sect2>
    9695
  • introduction/welcome/changelog.xml

    r25cd223 r2b76dc4  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>October 29th, 2004 [randy]: Added chmod command to
     26libmng instructions.</para></listitem>
    2427
    2528<listitem><para>October 29th, 2004 [larry]: Updated to
Note: See TracChangeset for help on using the changeset viewer.