source: gnome/platform/vte.xml@ 90cb5d6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.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 nosym 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 90cb5d6 was 90cb5d6, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Finish tagging Part II. Post LFS Configuration and Extra Software
Archive unussed libxfcegui4

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

  • Property mode set to 100644
File size: 5.5 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.40/vte-&vte-version;.tar.xz">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.40/vte-&vte-version;.tar.xz">
9 <!ENTITY vte-md5sum "6a7a6af8eb0ebadaf3338e820a7229a3">
10 <!ENTITY vte-size "904 KB">
11 <!ENTITY vte-buildsize "18 MB (additional 3 MB for the tests)">
12 <!ENTITY vte-time "0.2 SBU">
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 &lfs78_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"/> and
81 <xref linkend="libxml2"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gnutls"/>,
92 <xref linkend="gtk-doc"/>,
93 <xref linkend="vala"/>, and
94 <ulink url="http://glade.gnome.org/">Glade</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/vte"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of VTE</title>
104
105 <para>
106 Install <application>VTE</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --sysconfdir=/etc \
112 --disable-static \
113 --enable-introspection &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <option>--enable-introspection</option>: This switch enables
133 <application>Gobject Introspection</application> bindings.
134 Remove if you don't have <xref linkend="gobject-introspection"/>
135 installed.
136 </para>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/static-libraries.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/gtk-doc-rebuild.xml"/>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Program</segtitle>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 vte-2.&vte-nano;
157 </seg>
158 <seg>
159 libvte-2.&vte-nano;.so
160 </seg>
161 <seg>
162 /usr/include/vte-2.&vte-nano; and
163 /usr/share/gtk-doc/html/vte-2.&vte-nano;
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="vte291">
174 <term><command>vte-2.&vte-nano;</command></term>
175 <listitem>
176 <para>
177 is a test application for the <application>VTE</application>
178 libraries.
179 </para>
180 <indexterm zone="vte vte291">
181 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libvte291">
187 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
188 <listitem>
189 <para>
190 is a library which implements a terminal emulator
191 widget for <application>GTK+ 3</application>.
192 </para>
193 <indexterm zone="vte libvte291">
194 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.