Changeset 85c254f for general/graphlib


Ignore:
Timestamp:
09/09/2004 04:10:10 PM (20 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:
4188f1f
Parents:
8e855fc4
Message:

Updated GCC patch in SVGAlib instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/svgalib.xml

    r8e855fc4 r85c254f  
    66
    77<!ENTITY SVGAlib-download-http "http://www.svgalib.org/svgalib-&SVGAlib-version;.tar.gz">
    8 <!ENTITY SVGAlib-download-ftp " ">
    9 <!ENTITY SVGAlib-size "827 KB">
    10 <!ENTITY SVGAlib-buildsize "9.7 MB">
    11 <!ENTITY SVGAlib-time "0.20 SBU">
    12 
     8<!ENTITY SVGAlib-download-ftp  " ">
     9<!ENTITY SVGAlib-size          "827 KB">
     10<!ENTITY SVGAlib-buildsize     "9.7 MB">
     11<!ENTITY SVGAlib-time          "0.20 SBU">
    1312]>
    1413
     
    4140<itemizedlist spacing='compact'>
    4241<listitem><para>Required Patch: <ulink
    43 url="&patch-root;/svgalib-&SVGAlib-version;-gcc3-1.patch"/></para></listitem>
     42url="&patch-root;/svgalib-&SVGAlib-version;-gcc34-2.patch"/></para></listitem>
    4443</itemizedlist></sect3>
    4544
     
    5857commands:</para>
    5958
    60 <screen><userinput><command>patch -Np1 -i ../svgalib-&SVGAlib-version;-gcc3-1.patch &amp;&amp;
     59<screen><userinput><command>patch -Np1 -i ../svgalib-&SVGAlib-version;-gcc34-2.patch &amp;&amp;
    6160make prefix=/usr install &amp;&amp;
    6261cd doc &amp;&amp;
     
    7170<para><command>cd doc &amp;&amp; for dir in man?; do for file in $dir/*; do
    7271gunzip /usr/share/man/$file; done; done</command>:
    73 <application>SVGAlib</application> installs its man pages in compressed format
    74 so we uncompress them.</para>
     72<application>SVGAlib</application> installs its man pages in compressed format.
     73This command uncompresses them.</para>
    7574
    7675</sect2>
     
    8786<sect3><title>Configuration information</title>
    8887
    89 <para>You must edit the config file to set the monitor and mouse type.
    90 Depending on your hardware, other setup might be required.</para>
     88<para>You must ensure the monitor and mouse type are set properly in one of
     89the configuration files. Edit if necessary. Depending on your hardware, other
     90setup might be required.</para>
    9191
    9292<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     
    9999<title>Contents</title>
    100100
    101 <para>The SVGAlib package contains <filename class="libraryfile">libvga</filename>
     101<para>The SVGAlib package contains
     102<filename class="libraryfile">libvga</filename>
    102103and <filename class="libraryfile">libvgagl</filename> libraries,
    103 <command>dumpreg</command>, <command>mode3</command>, <command>restorefont</command>,
    104 <command>restorepalette</command>, <command>restoretextmode</command>,
    105 <command>savetextmode</command>, <command>textmode</command> and
    106 <command>svgakeymap</command>.</para>
     104<command>dumpreg</command>, <command>mode3</command>,
     105<command>restorefont</command>, <command>restorepalette</command>,
     106<command>restoretextmode</command>, <command>savetextmode</command>,
     107<command>textmode</command> and <command>svgakeymap</command>.</para>
    107108
    108109</sect2>
     
    123124
    124125<sect3><title>mode3</title>
    125 <para><command>mode3</command> sets a <acronym>VESA</acronym> mode.</para></sect3>
     126<para><command>mode3</command> sets a
     127<acronym>VESA</acronym> mode.</para></sect3>
    126128
    127129<sect3><title>restorefont</title>
     
    142144
    143145<sect3><title>svgakeymap</title>
    144 <para><command>svgakeymap</command> generates keymaps for svgalib.</para></sect3>
     146<para><command>svgakeymap</command> generates keymaps for
     147svgalib.</para></sect3>
    145148
    146149</sect2>
Note: See TracChangeset for help on using the changeset viewer.