source: gnome/platform/vte.xml@ 2c9b77a7

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 2c9b77a7 was 14891a90, checked in by Xi Ruoyao <xry111@…>, 12 months ago

treewide: More "User Notes" clean up

Remove links to pages w/o real contents.

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!-- <!ENTITY vte-download-http "&gnome-download-http;/vte/&vte-minor;/vte-&vte-version;.tar.xz">-->
8<!-- <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/&vte-minor;/vte-&vte-version;.tar.xz">-->
9 <!ENTITY vte-download-http "https://gitlab.gnome.org/GNOME/vte/-/archive/&vte-version;/vte-&vte-version;.tar.gz">
10 <!ENTITY vte-download-ftp " ">
11 <!ENTITY vte-md5sum "1954cae9b70ce35bdf1f383b4ddc7d32">
12 <!ENTITY vte-size "620 KB">
13 <!ENTITY vte-buildsize "16 MB (with tests)">
14 <!ENTITY vte-time "0.3 SBU (using parallelism=4; with tests)">
15
16 <!-- For "Contents" and "Short Descriptions" sections -->
17 <!ENTITY vte-nano "91">
18]>
19
20<sect1 id="vte" xreflabel="VTE-&vte-version;">
21 <?dbhtml filename="vte.html"?>
22
23
24 <title>VTE-&vte-version;</title>
25
26 <indexterm zone="vte">
27 <primary sortas="a-VTE">VTE</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to VTE</title>
32
33 <para>
34 The <application>VTE</application> package contains a termcap
35 file implementation for terminal emulators.
36 </para>
37
38 &lfs113_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&vte-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&vte-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &vte-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &vte-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &vte-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &vte-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref linkend="libxml2"/>, and
80 <xref linkend="pcre2"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="icu"/>,
86 <xref linkend="gnutls"/>,
87 <xref linkend="gobject-introspection"/>, and
88 <xref linkend="vala"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="fribidi"/>,
94 <xref linkend="gi-docgen"/>, and
95 <xref linkend="gtk4"/>
96 </para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of VTE</title>
102
103 <para>
104 Install <application>VTE</application> by running the following
105 commands:
106 </para>
107
108<screen revision="systemd"><userinput>mkdir build &amp;&amp;
109cd build &amp;&amp;
110
111meson setup --prefix=/usr --buildtype=release -Dfribidi=false .. &amp;&amp;
112ninja</userinput></screen>
113
114<screen revision="sysv"><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
117meson setup --prefix=/usr \
118 --buildtype=release \
119 -Dfribidi=false \
120 -D_systemd=false &amp;&amp;
121ninja</userinput></screen>
122
123 <para>
124 If you have <xref linkend='gi-docgen'/> installed and wish to build
125 the API documentation for this package, issue:
126 </para>
127
128 <!-- To editors: you may wonder why this change makes a
129 /usr/share/doc/vte-&vte-version; with only one subdirectory
130 "vte-2.91" inside. The reason is when -Dgtk4 is enabled,
131 another directory "vte-2.91-gtk4" will also be there. -->
132<screen role='nodump'><userinput>sed -e "/docdir =/s@\$@/ 'vte-&vte-version;'@" \
133 -e "/fatal-warnings/d" \
134 -i ../doc/reference/meson.build &amp;&amp;
135meson configure -Ddocs=true &amp;&amp;
136ninja</userinput></screen>
137
138 <para>
139 To test the results, issue <command>ninja test</command>.
140 </para>
141
142 <para>
143 Now, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>ninja install &amp;&amp;
147rm -v /etc/profile.d/vte.*</userinput></screen>
148
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/meson-buildtype-release.xml"/>
156
157 <para>
158 <command>rm -v /etc/profile.d/vte.*</command>: This command removes two
159 files installed in /etc/profile.d that have no use on a LFS system.
160 </para>
161
162 <para>
163 <parameter>-Dfribidi=false</parameter>: Omit this switch if you want
164 to enable bidirectional capabilities.
165 </para>
166
167 <para>
168 <option>-Dgnutls=false</option>: Add this switch if you do not
169 want to enable GnuTLS support.
170 </para>
171
172 <para>
173 <option>-Dvapi=false</option>: Add this switch if you do not
174 want to enable vala bindings.
175 </para>
176
177 <para>
178 <option>-Dgtk4=true</option>: Add this switch to build the GTK4 widget.
179 </para>
180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Program</segtitle>
187 <segtitle>Installed Library</segtitle>
188 <segtitle>Installed Directories</segtitle>
189
190<!-- EDITORS NOTE:
191 vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
192 the environment is suitable for running with it's quirks. Another one
193 is now installed as of 0.60.1 (/etc/profile.d/vte.csh) to support
194 the 'tcsh' shell.
195 As of 4/27/2020, we've elected to remove this.
196-->
197 <seglistitem>
198 <seg>
199 vte-2.&vte-nano;
200 </seg>
201 <seg>
202 libvte-2.&vte-nano;.so
203 </seg>
204 <seg>
205 /usr/include/vte-2.&vte-nano; and
206 (optional) /usr/share/doc/vte-&vte-version;
207 </seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="vte291">
217 <term><command>vte-2.&vte-nano;</command></term>
218 <listitem>
219 <para>
220 is a test application for the <application>VTE</application>
221 libraries
222 </para>
223 <indexterm zone="vte vte291">
224 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="libvte291">
230 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
231 <listitem>
232 <para>
233 is a library which implements a terminal emulator
234 widget for <application>GTK+ 3</application>
235 </para>
236 <indexterm zone="vte libvte291">
237 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 </variablelist>
243
244 </sect2>
245
246</sect1>
Note: See TracBrowser for help on using the repository browser.