Ignore:
Timestamp:
05/25/2006 06:52:00 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:
04c940c3
Parents:
e639150
Message:

Updated to xorg-7.1, xterm-213, and MesaLib-6.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xterm.xml

    re639150 r7be99f2c  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "c75cdbf9395bbc2cd69863fbe7c2e019">
    10   <!ENTITY xterm-size          "745 KB">
    11   <!ENTITY xterm-buildsize     "7.1 MB">
     9  <!ENTITY xterm-md5sum        "20827d968ed7406d01b2125a84b7a2cd">
     10  <!ENTITY xterm-size          "749 KB">
     11  <!ENTITY xterm-buildsize     "7.5 MB">
    1212  <!ENTITY xterm-time          "0.1 SBU">
    1313]>
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para><xref linkend="x-window-system"/> and
     64    <para><xref linkend="xorg7-server"/> and
    6565    <xref linkend="pkgconfig"/></para>
    6666
     
    7575  <sect2 role="installation">
    7676    <title>Installation of xterm</title>
    77 
    78     <para>Correct the PROJECTROOT variable with the following command:</para>
    79 
    80 <screen><userinput>sed -i "s@/usr/X11R6@$XORG_PREFIX@" main.h</userinput></screen>
    8177
    8278    <para>Install <application>xterm</application> by running the
     
    10096    <title>Command Explanations</title>
    10197
    102     <para><parameter>--enable-luit</parameter>: enables the luit filter for
     98    <para><parameter>--with-app-defaults=...</parameter>: Sets the location
     99    for the <filename class="directory">app-defaults</filename>
     100    directory.</para>
     101
     102    <para><parameter>--enable-luit</parameter>: Enables the luit filter for
    103103    unicode translation.</para>
    104104
    105     <para><parameter>--with-wide-chars</parameter>: adds support for wide
     105    <para><parameter>--with-wide-chars</parameter>: Adds support for wide
    106106    characters.</para>
    107 
    108     <para><command>sed -i "s@/usr/X11R6@$XORG_PREFIX@" main.h</command>: This
    109     command corrects the PROJECTROOT definition to match that of the installed
    110     X Window System.</para>
    111107
    112108    <para><command>make install-ti</command>: This command installs corrected
Note: See TracChangeset for help on using the changeset viewer.