source: x/installing/xterm.xml@ 9f12e36

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
Last change on this file since 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[868c7c2]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xterm-download-http " ">
[e2b0dfc0]8 <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
[7be99f2c]9 <!ENTITY xterm-md5sum "20827d968ed7406d01b2125a84b7a2cd">
10 <!ENTITY xterm-size "749 KB">
11 <!ENTITY xterm-buildsize "7.5 MB">
[e2b0dfc0]12 <!ENTITY xterm-time "0.1 SBU">
[868c7c2]13]>
14
15<sect1 id="xterm2" xreflabel="xterm-&xterm-version;">
16 <?dbhtml filename="xterm.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xterm-&xterm-version;</title>
24
25 <indexterm zone="xterm2">
26 <primary sortas="a-xterm2">xterm</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xterm</title>
31
[e2b0dfc0]32 <para><application>xterm</application> is a terminal emulator for
33 the X Window System.</para>
[868c7c2]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&xterm-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&xterm-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &xterm-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &xterm-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &xterm-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &xterm-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">xterm Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
[a0ba9101]60 <para role="required"><xref linkend="xorg7-lib"/></para>
[868c7c2]61
[3f72a148]62 <bridgehead renderas="sect4">Optional</bridgehead>
[c23b62b]63 <para role="optional"><xref linkend="luit"/></para>
[371ff30]64
[1663c2b5]65 <para condition="html" role="usernotes">User Notes:
66 <ulink url='&blfs-wiki;/Xterm'/></para>
[6e43b142]67
[868c7c2]68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of xterm</title>
72
73 <para>Install <application>xterm</application> by running the
74 following commands:</para>
75
[6291d0e]76<screen><userinput>./configure $XORG_CONFIG \
77 --enable-luit --with-wide-chars &amp;&amp;
[868c7c2]78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
[c23b62b]82 <para>Now, as the <systemitem class="username">root</systemitem>
[6291d0e]83 user:</para>
[868c7c2]84
[371ff30]85<screen role="root"><userinput>make install &amp;&amp;
86make install-ti</userinput></screen>
[868c7c2]87
88 </sect2>
89
[e4a21ed]90 <sect2 role="commands">
91 <title>Command Explanations</title>
92
[7be99f2c]93 <para><parameter>--with-app-defaults=...</parameter>: Sets the location
[c23b62b]94 for the <filename class="directory">app-defaults</filename>
[7be99f2c]95 directory.</para>
96
97 <para><parameter>--enable-luit</parameter>: Enables the luit filter for
[3735050]98 unicode translation.</para>
99
[7be99f2c]100 <para><parameter>--with-wide-chars</parameter>: Adds support for wide
[3735050]101 characters.</para>
102
[371ff30]103 <para><command>make install-ti</command>: This command installs corrected
[6473e74]104 terminfo description files for use with
[371ff30]105 <application>xterm</application>.</para>
106
[e4a21ed]107 </sect2>
108
[6e43b142]109 <sect2 role="configuration">
110 <title>Configuring xterm</title>
111
112 <para>There are two ways to configure xterm. You can add X resource
113 definitions to the user's <filename>~/.Xresources</filename> file, or
114 add them to the system-wide
[6291d0e]115 <filename>$XORG_PREFIX/lib/X11/app-defaults/Xterm</filename> file.</para>
[6e43b142]116
117 <para>In order for xterm to follow the locale settings in the environment
118 and use TrueType fonts, add the following definitions as the
119 <systemitem class="username">root</systemitem> user:</para>
120
[6291d0e]121<screen role="root"><userinput>cat &gt;&gt; $XORG_PREFIX/lib/X11/app-defaults/XTerm &lt;&lt; "EOF"
[6e43b142]122*VT100*locale: true
123*VT100*faceName: Monospace
[b79c3d81]124*VT100*faceSize: 10
[6e43b142]125EOF</userinput></screen>
126
127 </sect2>
128
[868c7c2]129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134
135 <seglistitem>
136 <seg>resize, uxterm, and xterm</seg>
137 </seglistitem>
138 </segmentedlist>
139
[e4a21ed]140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="resize">
146 <term><filename>resize</filename></term>
147 <listitem>
[6473e74]148 <para>prints a shell command for setting the TERM and TERMCAP
149 environment variables to indicate the current size of xterm
[e4a21ed]150 window.</para>
151 <indexterm zone="xterm2 resize">
152 <primary sortas="b-resize">resize</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="uxterm">
158 <term><filename>uxterm</filename></term>
159 <listitem>
[6473e74]160 <para>is a wrapper script to start xterm with the proper settings in
[e4a21ed]161 UTF-8 locales.</para>
162 <indexterm zone="xterm2 uxterm">
163 <primary sortas="b-uxterm">uxterm</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="xterm-bin">
169 <term><filename>xterm</filename></term>
170 <listitem>
171 <para>is a terminal emulator for the X Window System.</para>
172 <indexterm zone="xterm2 xterm2">
173 <primary sortas="b-xterm2">xterm</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
[868c7c2]180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.