Changeset e4a21ed


Ignore:
Timestamp:
03/02/2006 06:11:31 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:
4ff4e9a
Parents:
4437f63
Message:

Additions and corrections to xterm.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xterm.xml

    r4437f63 re4a21ed  
    7070    <title>Installation of xterm</title>
    7171
    72     <para>If you've installed the X Window System in any prefix other
    73     than <filename class="directory">/usr/X11R6</filename>, then execute
    74     the following command to correct the <envar>PROJECTROOT</envar> variable
    75     for xterm.  Be sure to replace '<replaceable>[prefix]</replaceable>' in the
    76     following instructions with the installation prefix of your X Window
    77     System:</para>
     72    <para>Since xterm is no longer a part of the <application>Xorg</application>
     73    distribution, it is no longer necessary to install into the same prefix as
     74    <application>Xorg</application>.  Correct the PROJECTROOT variable with
     75    the following command:</para>
    7876
    79 <screen><userinput>sed -i 's@/usr/X11R6@<replaceable>[prefix]</replaceable>@g' main.h</userinput></screen>
     77<screen><userinput>sed -i 's@/usr/X11R6@/usr@' main.h</userinput></screen>
    8078
    8179    <para>Install <application>xterm</application> by running the
    8280    following commands:</para>
    8381
    84 <screen><userinput>./configure --prefix=<replaceable>[prefix]</replaceable> --sysconfdir=/etc \
     82<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    8583    --localstatedir=/var &amp;&amp;
    8684make</userinput></screen>
     
    9290
    9391<screen role="root"><userinput>make install</userinput></screen>
     92
     93  </sect2>
     94
     95  <sect2 role="commands">
     96    <title>Command Explanations</title>
     97
     98    <para><command>sed -i 's@/usr/X11R6@/usr@' main.h</command>: This command
     99    corrects the PROJECTROOT definition for an installation prefix of
     100    <filename class="directory">/usr</filename>.</para>
    94101
    95102  </sect2>
     
    106113    </segmentedlist>
    107114
     115    <variablelist>
     116      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     117      <?dbfo list-presentation="list"?>
     118      <?dbhtml list-presentation="table"?>
     119
     120      <varlistentry id="resize">
     121        <term><filename>resize</filename></term>
     122        <listitem>
     123          <para>prints a shell command for setting the TERM and TERMCAP
     124          environment  variables to indicate the current size of xterm
     125          window.</para>
     126          <indexterm zone="xterm2 resize">
     127            <primary sortas="b-resize">resize</primary>
     128          </indexterm>
     129        </listitem>
     130      </varlistentry>
     131
     132      <varlistentry id="uxterm">
     133        <term><filename>uxterm</filename></term>
     134        <listitem>
     135          <para>is a wrapper script to start xterm with the proper settings in
     136          UTF-8 locales.</para>
     137          <indexterm zone="xterm2 uxterm">
     138            <primary sortas="b-uxterm">uxterm</primary>
     139          </indexterm>
     140        </listitem>
     141      </varlistentry>
     142
     143      <varlistentry id="xterm-bin">
     144        <term><filename>xterm</filename></term>
     145        <listitem>
     146          <para>is a terminal emulator for the X Window System.</para>
     147          <indexterm zone="xterm2 xterm2">
     148            <primary sortas="b-xterm2">xterm</primary>
     149          </indexterm>
     150        </listitem>
     151      </varlistentry>
     152
     153    </variablelist>
     154
    108155  </sect2>
    109156
Note: See TracChangeset for help on using the changeset viewer.