source: gnome/platform/vte.xml@ d0881b75

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d0881b75 was 5d314e0, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to folks-0.13.1.
Update to evolution-data-server-3.34.0.
Update to libpeas-1.24.0.
Update to grilo-0.3.10.
Update to gnome-online-accounts-3.34.0.
Update to gnome-desktop-3.34.0.
Update to yelp-xsl-3.34.0.
Update to vte-0.58.0.
Update to gsettings-desktop-schemas-3.34.0.

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

  • Property mode set to 100644
File size: 6.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/0.58/vte-&vte-version;.tar.xz">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.58/vte-&vte-version;.tar.xz">
9 <!ENTITY vte-md5sum "36ecd9e0f2d4859bf15af89c3f777561">
10 <!ENTITY vte-size "504 KB">
11 <!ENTITY vte-buildsize "11 MB (with tests)">
12 <!ENTITY vte-time "0.3 SBU (using parallelism=4; with tests)">
13 <!-- Consolidating Tests/No Tests in GNOME sections for consistency. -->
14
15 <!-- For "Contents" and "Short Descriptions" sections -->
16 <!ENTITY vte-nano "91">
17]>
18
19<sect1 id="vte" xreflabel="VTE-&vte-version;">
20 <?dbhtml filename="vte.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>VTE-&vte-version;</title>
28
29 <indexterm zone="vte">
30 <primary sortas="a-VTE">VTE</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to VTE</title>
35
36 <para>
37 The <application>VTE</application> package contains a termcap
38 file implementation for terminal emulators.
39 </para>
40
41 &lfs90_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&vte-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&vte-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &vte-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &vte-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &vte-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &vte-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gtk3"/>,
82 <xref linkend="libxml2"/>, and
83 <xref linkend="pcre2"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="gnutls"/>, and
90 <xref linkend="vala"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="fribidi"/> and
96 <xref linkend="gtk-doc"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/vte"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of VTE</title>
106
107 <para>
108 Install <application>VTE</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>mkdir build &amp;&amp;
113cd build &amp;&amp;
114
115meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false &amp;&amp;
116ninja </userinput></screen>
117
118 <para>
119 To test the results, issue <command>ninja test</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>ninja install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <!-- Introspection is now built by default.
134 <para>
135 <parameter>- -enable-introspection</parameter>: This switch enables
136 <application>Gobject Introspection</application> bindings.
137 Remove if you don't have <xref linkend="gobject-introspection"/>
138 installed.
139 </para>
140 -->
141
142 <para>
143 <option>-Dgnutls=false</option>: Add this switch if you do not
144 want to enable GNUTLS support.
145 </para>
146
147 <para>
148 <option>-Dvapi=false</option>: Add this switch if you do not
149 want to enable vala bindings.
150 </para>
151
152 <para>
153 <option>-Dfribidi=false</option>: Omit this switch if want to enable
154 bidirectional capabilities.
155 </para>
156
157 <para>
158 <option>-Ddocs=true</option>: Add this switch if wish to
159 build the documentation.
160 </para>
161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Program</segtitle>
169 <segtitle>Installed Library</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172<!-- EDITORS NOTE:
173 vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
174 the environment is suitable for running with it's quirks.
175-->
176 <seglistitem>
177 <seg>
178 vte-2.&vte-nano;
179 </seg>
180 <seg>
181 libvte-2.&vte-nano;.so
182 </seg>
183 <seg>
184 /usr/include/vte-2.&vte-nano; and
185 /usr/share/gtk-doc/html/vte-2.&vte-nano;
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="vte291">
196 <term><command>vte-2.&vte-nano;</command></term>
197 <listitem>
198 <para>
199 is a test application for the <application>VTE</application>
200 libraries.
201 </para>
202 <indexterm zone="vte vte291">
203 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="libvte291">
209 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
210 <listitem>
211 <para>
212 is a library which implements a terminal emulator
213 widget for <application>GTK+ 3</application>.
214 </para>
215 <indexterm zone="vte libvte291">
216 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.