source: gnome/platform/vte.xml@ ee9107e

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 ee9107e was d7cd496, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to pcre2-10.30.
Update to Net-DNS-1.12 (Perl module).
Tag most of xfce and dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19059 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.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.48/vte-&vte-version;.tar.xz">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.48/vte-&vte-version;.tar.xz">
9 <!ENTITY vte-md5sum "b300675ac5f269aa6eb48fe89a0d726d">
10 <!ENTITY vte-size "988 KB">
11 <!ENTITY vte-buildsize "19 MB (with tests)">
12 <!ENTITY vte-time "0.5 SBU (with tests)">
13
14 <!-- For "Contents" and "Short Descriptions" sections -->
15 <!ENTITY vte-nano "91">
16]>
17
18<sect1 id="vte" xreflabel="VTE-&vte-version;">
19 <?dbhtml filename="vte.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>VTE-&vte-version;</title>
27
28 <indexterm zone="vte">
29 <primary sortas="a-VTE">VTE</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to VTE</title>
34
35 <para>
36 The <application>VTE</application> package contains a termcap
37 file implementation for terminal emulators.
38 </para>
39
40 &lfs81_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&vte-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&vte-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &vte-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &vte-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &vte-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &vte-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gtk3"/>,
81 <xref linkend="libxml2"/>, and
82 <xref linkend="pcre2"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gnutls"/>,
93 <xref linkend="gtk-doc"/>,
94 <xref linkend="vala"/>, and
95 <ulink url="http://glade.gnome.org/">Glade</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/vte"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of VTE</title>
105
106 <para>
107 Install <application>VTE</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr \
112 --sysconfdir=/etc \
113 --disable-static \
114 --enable-introspection &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue <command>make check</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132<!--
133 <para>
134 <command>sed ... configure.ac</command>: This command
135 removes -Werror options that prevent the build from completing.
136 </para>
137-->
138
139 <para>
140 <parameter>--enable-introspection</parameter>: This switch enables
141 <application>Gobject Introspection</application> bindings.
142 Remove if you don't have <xref linkend="gobject-introspection"/>
143 installed.
144 </para>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/static-libraries.xml"/>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/gtk-doc-rebuild.xml"/>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Program</segtitle>
159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 vte-2.&vte-nano;
165 </seg>
166 <seg>
167 libvte-2.&vte-nano;.so
168 </seg>
169 <seg>
170 /usr/include/vte-2.&vte-nano; and
171 /usr/share/gtk-doc/html/vte-2.&vte-nano;
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="vte291">
182 <term><command>vte-2.&vte-nano;</command></term>
183 <listitem>
184 <para>
185 is a test application for the <application>VTE</application>
186 libraries.
187 </para>
188 <indexterm zone="vte vte291">
189 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libvte291">
195 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
196 <listitem>
197 <para>
198 is a library which implements a terminal emulator
199 widget for <application>GTK+ 3</application>.
200 </para>
201 <indexterm zone="vte libvte291">
202 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.