Ignore:
Timestamp:
10/04/2003 11:18:07 PM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3c624c0
Parents:
c2ee009c
Message:

Patches reogranization Section V

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

Location:
general/sysutils/gpm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm/gpm-inst.xml

    rc2ee009c rf7000b3d  
    22<title>Installation of <application><acronym>GPM</acronym></application></title>
    33
    4 <para>Download the patches for <application><acronym>GPM</acronym></application> from <ulink url="&patch-root;"/>.</para>
    5 
    64<para>Install <application><acronym>GPM</acronym></application> by running the following commands:
    75</para>
    8 <!--
    9 <note><para>The <envar>LDFLAGS</envar> environment variable must be set before
    10     configuring <application>gpm</application>.</para></note> -->
    11    
     6
    127<screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault.patch &amp;&amp;
    138patch -Np1 -i ../gpm-1.20.1-silent.patch &amp;&amp;
    149LDFLAGS="-lm" ./configure --prefix=/usr &amp;&amp;
    1510make &amp;&amp;
    16 make install</command></userinput></screen>
     11make install &amp;&amp;
     12ldconfig -n -l /usr/lib/libgpm.so.1.19.0</command></userinput></screen>
    1713</sect2>
    18 
    1914
    2015<sect2>
     
    2419 must be linked with <command>gpm</command>, as ceil() is used in some cursor
    2520scrolling logic. <envar>LDFLAGS</envar> is only needed if you optimize
    26 <command>gpm</command> for size.
    27 </para>
     21<command>gpm</command> for size.</para>
     22
     23<para><command>ldconfig -n -l </command>: During installation, gpm outputs a
     24message to run the above command to create the proper library links.</para>
    2825
    2926</sect2>
  • general/sysutils/gpm/gpm-intro.xml

    rc2ee009c rf7000b3d  
    2020</sect3>
    2121
     22<sect3><title>Additional downloads</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Recommended patch: <ulink
     25url="&patch-root;/gpm-1.20.1-segfault.patch"/></para></listitem>
     26<listitem><para>Recommended patch: <ulink
     27url="&patch-root;/gpm-1.20.1-silent.patch"/></para></listitem>
     28</itemizedlist>
     29</sect3>
    2230
    2331</sect2>
Note: See TracChangeset for help on using the changeset viewer.