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.54/vte-&vte-version;.tar.xz">
|
---|
8 | <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.54/vte-&vte-version;.tar.xz">
|
---|
9 | <!ENTITY vte-md5sum "fc0e9de2b6199c69e529ff3629fa35c8">
|
---|
10 | <!ENTITY vte-size "1.0 MB">
|
---|
11 | <!ENTITY vte-buildsize "37 MB (with tests)">
|
---|
12 | <!ENTITY vte-time "0.7 SBU (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 | &lfs83_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"/> and
|
---|
89 | <xref linkend="gnutls"/>
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
93 | <para role="optional">
|
---|
94 | <xref linkend="gtk-doc"/>,
|
---|
95 | <xref linkend="vala"/>, and
|
---|
96 | <ulink url="http://glade.gnome.org/">Glade</ulink>
|
---|
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>./configure --prefix=/usr \
|
---|
113 | --sysconfdir=/etc \
|
---|
114 | --disable-static \
|
---|
115 | --enable-introspection &&
|
---|
116 | make</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>
|
---|
134 | <parameter>--enable-introspection</parameter>: This switch enables
|
---|
135 | <application>Gobject Introspection</application> bindings.
|
---|
136 | Remove if you don't have <xref linkend="gobject-introspection"/>
|
---|
137 | installed.
|
---|
138 | </para>
|
---|
139 |
|
---|
140 | <para>
|
---|
141 | <parameter>--without-gnutls</parameter>: Add this switch if you don't
|
---|
142 | have <xref linkend="gnutls"/> installed.
|
---|
143 | </para>
|
---|
144 |
|
---|
145 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
146 | href="../../xincludes/static-libraries.xml"/>
|
---|
147 |
|
---|
148 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
149 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
150 |
|
---|
151 | </sect2>
|
---|
152 |
|
---|
153 | <sect2 role="content">
|
---|
154 | <title>Contents</title>
|
---|
155 |
|
---|
156 | <segmentedlist>
|
---|
157 | <segtitle>Installed Program</segtitle>
|
---|
158 | <segtitle>Installed Library</segtitle>
|
---|
159 | <segtitle>Installed Directories</segtitle>
|
---|
160 |
|
---|
161 | <!-- EDITORS NOTE:
|
---|
162 | vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
|
---|
163 | the environment is suitable for running with it's quirks.
|
---|
164 | -->
|
---|
165 | <seglistitem>
|
---|
166 | <seg>
|
---|
167 | vte-2.&vte-nano;
|
---|
168 | </seg>
|
---|
169 | <seg>
|
---|
170 | libvte-2.&vte-nano;.so
|
---|
171 | </seg>
|
---|
172 | <seg>
|
---|
173 | /usr/include/vte-2.&vte-nano; and
|
---|
174 | /usr/share/gtk-doc/html/vte-2.&vte-nano;
|
---|
175 | </seg>
|
---|
176 | </seglistitem>
|
---|
177 | </segmentedlist>
|
---|
178 |
|
---|
179 | <variablelist>
|
---|
180 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
181 | <?dbfo list-presentation="list"?>
|
---|
182 | <?dbhtml list-presentation="table"?>
|
---|
183 |
|
---|
184 | <varlistentry id="vte291">
|
---|
185 | <term><command>vte-2.&vte-nano;</command></term>
|
---|
186 | <listitem>
|
---|
187 | <para>
|
---|
188 | is a test application for the <application>VTE</application>
|
---|
189 | libraries.
|
---|
190 | </para>
|
---|
191 | <indexterm zone="vte vte291">
|
---|
192 | <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
|
---|
193 | </indexterm>
|
---|
194 | </listitem>
|
---|
195 | </varlistentry>
|
---|
196 |
|
---|
197 | <varlistentry id="libvte291">
|
---|
198 | <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
|
---|
199 | <listitem>
|
---|
200 | <para>
|
---|
201 | is a library which implements a terminal emulator
|
---|
202 | widget for <application>GTK+ 3</application>.
|
---|
203 | </para>
|
---|
204 | <indexterm zone="vte libvte291">
|
---|
205 | <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
|
---|
206 | </indexterm>
|
---|
207 | </listitem>
|
---|
208 | </varlistentry>
|
---|
209 |
|
---|
210 | </variablelist>
|
---|
211 |
|
---|
212 | </sect2>
|
---|
213 |
|
---|
214 | </sect1>
|
---|