Changeset 13fdaba


Ignore:
Timestamp:
01/14/2009 03:16:44 PM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6f06e7b
Parents:
ed733658
Message:

Textual fixes for r7726.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    red733658 r13fdaba  
    44-->
    55
    6 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     6<!ENTITY day          "14">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
  • general/graphlib/jasper.xml

    red733658 r13fdaba  
    66
    77  <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-&jasper-version;.zip">
    8   <!ENTITY jasper-download-ftp  "">
     8  <!ENTITY jasper-download-ftp  " ">
    99  <!ENTITY jasper-md5sum        "a342b2b4495b3e1394e161eb5d85d754">
    1010  <!ENTITY jasper-size          "1.4 MB">
     
    6565    </itemizedlist>
    6666
    67     <bridgehead renderas="sect3">Libjasper Dependencies</bridgehead>
     67    <bridgehead renderas="sect3">JasPer Dependencies</bridgehead>
    6868
    6969    <bridgehead renderas="sect4">Required</bridgehead>
     
    8181
    8282  <sect2 role="installation">
    83     <title>Installation of jasper</title>
     83    <title>Installation of JasPer</title>
    8484
    8585<note>
    86   <para>The package source is distributed in <filename>zip</filename>
     86  <para>The package source is distributed in <filename class="extension">.zip</filename>
    8787  format and requires <command>unzip</command>, but it has been correctly packaged
    8888  and will create the jasper-&jasper-version; directory when you unzip it.</para>
     
    9999<screen role="root"><userinput>make install</userinput></screen>
    100100
    101     <para>If you wish to install the pdf files for the Reference Manual and a
    102     tutorial on the JPEG-2000 standard, run the following commands:</para>
     101    <para>If you wish to install the PDF files for the Reference Manual and a
     102    tutorial on the JPEG-2000 standard, run the following commands as the
     103    <systemitem class="username">root</systemitem> user:</para>
    103104
    104105<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version; &amp;&amp;
     
    116117    static library to not be built.</para>
    117118
    118     <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the configure
    119     script where to find xorg if it is not in
     119    <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the
     120    <command>configure</command> script where to find <application>Xorg</application>
     121    if it is not in
    120122    <filename class='directory'>/usr/X11</filename>,
    121123    <filename class='directory'>/usr/X11R6</filename>, or
     
    124126  </sect2>
    125127
     128  <!-- commented because make install has run ldconfig
    126129  <sect2 role="configuration">
    127     <title>Configuring jasper</title>
     130    <title>Configuring JasPer</title>
    128131
    129132    <sect3>
     
    135138    </sect3>
    136139
    137   </sect2>
     140  </sect2>-->
    138141
    139142  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.