source: gnome/platform/vte.xml@ f71dd24

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 f71dd24 was f71dd24, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Add a command explanation for the vte.sh removal

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

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[dabe4b0]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
[876948d]7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.60/vte-&vte-version;.tar.xz">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.60/vte-&vte-version;.tar.xz">
[9a7593f]9 <!ENTITY vte-md5sum "1a0b5395915d2f3c88484511b38cc584">
[876948d]10 <!ENTITY vte-size "524 KB">
11 <!ENTITY vte-buildsize "12 MB (with tests)">
[8f036b74]12 <!ENTITY vte-time "0.5 SBU (using parallelism=4; with tests)">
[0eda65a1]13 <!-- Consolidating Tests/No Tests in GNOME sections for consistency. -->
[8607733e]14
15 <!-- For "Contents" and "Short Descriptions" sections -->
16 <!ENTITY vte-nano "91">
[dabe4b0]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
[00581ba]41 &lfs91_checked;
[dabe4b0]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[e67449e]46 <para>
[dabe4b0]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">
[9ce4262f]81 <xref linkend="gtk3"/>,
82 <xref linkend="libxml2"/>, and
83 <xref linkend="pcre2"/>
[dabe4b0]84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
[d43c7a1]88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="gnutls"/>, and
90 <xref linkend="vala"/>
[dabe4b0]91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
[88d8c967]95 <xref linkend="fribidi"/>,
96 <xref linkend="gtk-doc"/>, and
97 <ulink url="https://wiki.gnome.org/Projects/GTK/Roadmap/GTK4">GTK+-4</ulink>
[dabe4b0]98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/vte"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of VTE</title>
[04903340]107
[dabe4b0]108 <para>
109 Install <application>VTE</application> by running the following
110 commands:
111 </para>
112
[5d314e0]113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false &amp;&amp;
117ninja </userinput></screen>
[dabe4b0]118
119 <para>
[5d314e0]120 To test the results, issue <command>ninja test</command>.
[dabe4b0]121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
[7792591]127<screen role="root"><userinput>ninja install &amp;&amp;
128rm -v /etc/profile.d/vte.*</userinput></screen>
[dabe4b0]129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
[b17f923d]135 <!-- Introspection is now built by default.
[dabe4b0]136 <para>
[b17f923d]137 <parameter>- -enable-introspection</parameter>: This switch enables
[dabe4b0]138 <application>Gobject Introspection</application> bindings.
139 Remove if you don't have <xref linkend="gobject-introspection"/>
140 installed.
141 </para>
[b17f923d]142 -->
[db16fa0]143
[f71dd24]144 <para>
145 <command>rm -v /etc/profile.d/vte.*</command>: This command removes two
146 files installed in /etc/profile.d that have no use on a LFS system.
147 </para>
148
[aa41434]149 <para>
150 <parameter>-Dfribidi=false</parameter>: Omit this switch if want to enable
151 bidirectional capabilities.
152 </para>
153
[5d314e0]154 <para>
155 <option>-Dgnutls=false</option>: Add this switch if you do not
156 want to enable GNUTLS support.
157 </para>
[3b79812]158
[db16fa0]159 <para>
[5d314e0]160 <option>-Dvapi=false</option>: Add this switch if you do not
161 want to enable vala bindings.
[db16fa0]162 </para>
[dabe4b0]163
[5d314e0]164 <para>
165 <option>-Ddocs=true</option>: Add this switch if wish to
166 build the documentation.
167 </para>
[dabe4b0]168
169 </sect2>
170
171 <sect2 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
175 <segtitle>Installed Program</segtitle>
176 <segtitle>Installed Library</segtitle>
177 <segtitle>Installed Directories</segtitle>
178
[0eda65a1]179<!-- EDITORS NOTE:
180 vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
[876948d]181 the environment is suitable for running with it's quirks. Another one
182 is now installed as of 0.60.1 (/etc/profile.d/vte.csh) to support
183 the 'tcsh' shell.
[7792591]184 As of 4/27/2020, we've elected to remove this.
[0eda65a1]185-->
[dabe4b0]186 <seglistitem>
187 <seg>
[d8f0d47]188 vte-2.&vte-nano;
[dabe4b0]189 </seg>
190 <seg>
[4393df4]191 libvte-2.&vte-nano;.so
[dabe4b0]192 </seg>
193 <seg>
[8607733e]194 /usr/include/vte-2.&vte-nano; and
195 /usr/share/gtk-doc/html/vte-2.&vte-nano;
[dabe4b0]196 </seg>
197 </seglistitem>
198 </segmentedlist>
199
200 <variablelist>
201 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
202 <?dbfo list-presentation="list"?>
203 <?dbhtml list-presentation="table"?>
204
[38fb1e3]205 <varlistentry id="vte291">
[4393df4]206 <term><command>vte-2.&vte-nano;</command></term>
[dabe4b0]207 <listitem>
208 <para>
209 is a test application for the <application>VTE</application>
210 libraries.
211 </para>
[38fb1e3]212 <indexterm zone="vte vte291">
[4393df4]213 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
[dabe4b0]214 </indexterm>
215 </listitem>
216 </varlistentry>
217
[38fb1e3]218 <varlistentry id="libvte291">
[4393df4]219 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
[dabe4b0]220 <listitem>
221 <para>
222 is a library which implements a terminal emulator
223 widget for <application>GTK+ 3</application>.
224 </para>
[38fb1e3]225 <indexterm zone="vte libvte291">
[4393df4]226 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
[dabe4b0]227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 </variablelist>
232
233 </sect2>
234
235</sect1>
Note: See TracBrowser for help on using the repository browser.