source: gnome/platform/vte.xml@ 0eda65a1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 0eda65a1 was 0eda65a1, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Update to vte-0.50.2
Larger commit stashed for testing temporarily.

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

  • Property mode set to 100644
File size: 5.8 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
[1865898]7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.50/vte-&vte-version;.tar.xz">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.50/vte-&vte-version;.tar.xz">
[0eda65a1]9 <!ENTITY vte-md5sum "1912cfd1d9cdd30cebeb908507acadc5">
[1865898]10 <!ENTITY vte-size "1,000 KB">
[0eda65a1]11 <!ENTITY vte-buildsize "23 MB (with tests)">
12 <!ENTITY vte-time "0.5 SBU (with tests)">
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
[d7cd496]41 &lfs81_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">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
[09e3604f]93 <xref linkend="gnutls"/>,
94 <xref linkend="gtk-doc"/>,
95 <xref linkend="vala"/>, and
96 <ulink url="http://glade.gnome.org/">Glade</ulink>
[dabe4b0]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
[1de42bee]112<screen><userinput>./configure --prefix=/usr \
[773db87]113 --sysconfdir=/etc \
114 --disable-static \
[60e892e4]115 --enable-introspection &amp;&amp;
[dabe4b0]116make</userinput></screen>
117
118 <para>
119 To test the results, issue <command>make check</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
[7830c481]134 <parameter>--enable-introspection</parameter>: This switch enables
[dabe4b0]135 <application>Gobject Introspection</application> bindings.
136 Remove if you don't have <xref linkend="gobject-introspection"/>
137 installed.
138 </para>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/static-libraries.xml"/>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/gtk-doc-rebuild.xml"/>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Library</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
[0eda65a1]156<!-- EDITORS NOTE:
157 vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
158 the environment is suitable for running with it's quirks.
159-->
[dabe4b0]160 <seglistitem>
161 <seg>
[d8f0d47]162 vte-2.&vte-nano;
[dabe4b0]163 </seg>
164 <seg>
[4393df4]165 libvte-2.&vte-nano;.so
[dabe4b0]166 </seg>
167 <seg>
[8607733e]168 /usr/include/vte-2.&vte-nano; and
169 /usr/share/gtk-doc/html/vte-2.&vte-nano;
[dabe4b0]170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
[38fb1e3]179 <varlistentry id="vte291">
[4393df4]180 <term><command>vte-2.&vte-nano;</command></term>
[dabe4b0]181 <listitem>
182 <para>
183 is a test application for the <application>VTE</application>
184 libraries.
185 </para>
[38fb1e3]186 <indexterm zone="vte vte291">
[4393df4]187 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
[dabe4b0]188 </indexterm>
189 </listitem>
190 </varlistentry>
191
[38fb1e3]192 <varlistentry id="libvte291">
[4393df4]193 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
[dabe4b0]194 <listitem>
195 <para>
196 is a library which implements a terminal emulator
197 widget for <application>GTK+ 3</application>.
198 </para>
[38fb1e3]199 <indexterm zone="vte libvte291">
[4393df4]200 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
[dabe4b0]201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.