source: x/installing/xterm.xml@ c23b62b

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 c23b62b was c23b62b, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Added missing role attributes to Xorg7 packages dependencies.

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

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