Ignore:
Timestamp:
03/03/2006 06:41:25 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
e50cece
Parents:
3735050
Message:

several cleanups-Xorg7 related

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xterm.xml

    r3735050 r371ff30  
    6565    or <xref linkend="xorg7"/>)</para>
    6666
     67    <bridgehead renderas="sect4">Required</bridgehead>
     68    <para><xref linkend="pkgconfig"/></para>
     69
    6770  </sect2>
    6871
     
    8891    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8992
    90 <screen role="root"><userinput>make install</userinput></screen>
     93<screen role="root"><userinput>make install &amp;&amp;
     94make install-ti</userinput></screen>
    9195
    9296  </sect2>
     
    9599    <title>Command Explanations</title>
    96100
    97     <para><command>sed -i 's@/usr/X11R6@/usr@' main.h</command>: This command
    98     corrects the PROJECTROOT definition for an installation prefix of
    99     <filename class="directory">/usr</filename>.</para>
    100 
    101101    <para><parameter>--with-luit</parameter>: enables the luit filter for
    102102    unicode translation.</para>
     
    104104    <para><parameter>--with-wide-chars</parameter>: adds support for wide
    105105    characters.</para>
     106
     107    <para><command>sed -i 's@/usr/X11R6@/usr@' main.h</command>: This command
     108    corrects the PROJECTROOT definition for an installation prefix of
     109    <filename class="directory">/usr</filename>.</para>
     110
     111    <para><command>make install-ti</command>: This command installs corrected
     112    terminfo description files for use with
     113    <application>xterm</application>.</para>
    106114
    107115  </sect2>
Note: See TracChangeset for help on using the changeset viewer.