2013-06-01 20:19:53 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2017-10-23 13:32:09 +08:00
|
|
|
<!ENTITY vte-download-http "&gnome-download-http;/vte/0.50/vte-&vte-version;.tar.xz">
|
|
|
|
<!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.50/vte-&vte-version;.tar.xz">
|
2017-11-12 06:17:53 +08:00
|
|
|
<!ENTITY vte-md5sum "1912cfd1d9cdd30cebeb908507acadc5">
|
2017-10-23 13:32:09 +08:00
|
|
|
<!ENTITY vte-size "1,000 KB">
|
2017-11-12 06:17:53 +08:00
|
|
|
<!ENTITY vte-buildsize "23 MB (with tests)">
|
|
|
|
<!ENTITY vte-time "0.5 SBU (with tests)">
|
|
|
|
<!-- Consolidating Tests/No Tests in GNOME sections for consistency. -->
|
2014-10-01 06:58:13 +08:00
|
|
|
|
|
|
|
<!-- For "Contents" and "Short Descriptions" sections -->
|
|
|
|
<!ENTITY vte-nano "91">
|
2013-06-01 20:19:53 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="vte" xreflabel="VTE-&vte-version;">
|
|
|
|
<?dbhtml filename="vte.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>VTE-&vte-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="vte">
|
|
|
|
<primary sortas="a-VTE">VTE</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to VTE</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>VTE</application> package contains a termcap
|
|
|
|
file implementation for terminal emulators.
|
|
|
|
</para>
|
|
|
|
|
2018-02-27 01:06:34 +08:00
|
|
|
&lfs82_checked;
|
2013-06-01 20:19:53 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2014-05-09 20:33:59 +08:00
|
|
|
<para>
|
2013-06-01 20:19:53 +08:00
|
|
|
Download (HTTP): <ulink url="&vte-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&vte-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &vte-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &vte-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &vte-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &vte-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">VTE Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2016-10-18 04:42:31 +08:00
|
|
|
<xref linkend="gtk3"/>,
|
|
|
|
<xref linkend="libxml2"/>, and
|
|
|
|
<xref linkend="pcre2"/>
|
2013-06-01 20:19:53 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="gobject-introspection"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2015-03-30 21:30:10 +08:00
|
|
|
<xref linkend="gnutls"/>,
|
|
|
|
<xref linkend="gtk-doc"/>,
|
|
|
|
<xref linkend="vala"/>, and
|
|
|
|
<ulink url="http://glade.gnome.org/">Glade</ulink>
|
2013-06-01 20:19:53 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/vte"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of VTE</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>VTE</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2017-05-01 06:45:34 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2013-09-04 03:08:19 +08:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--disable-static \
|
2014-02-21 01:21:58 +08:00
|
|
|
--enable-introspection &&
|
2013-06-01 20:19:53 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To test the results, issue <command>make check</command>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
2016-10-13 22:36:45 +08:00
|
|
|
<parameter>--enable-introspection</parameter>: This switch enables
|
2013-06-01 20:19:53 +08:00
|
|
|
<application>Gobject Introspection</application> bindings.
|
|
|
|
Remove if you don't have <xref linkend="gobject-introspection"/>
|
|
|
|
installed.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
2017-11-12 06:17:53 +08:00
|
|
|
<!-- EDITORS NOTE:
|
|
|
|
vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
|
|
|
|
the environment is suitable for running with it's quirks.
|
|
|
|
-->
|
2013-06-01 20:19:53 +08:00
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
2015-05-17 01:40:31 +08:00
|
|
|
vte-2.&vte-nano;
|
2013-06-01 20:19:53 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2014-10-23 02:01:13 +08:00
|
|
|
libvte-2.&vte-nano;.so
|
2013-06-01 20:19:53 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2014-10-01 06:58:13 +08:00
|
|
|
/usr/include/vte-2.&vte-nano; and
|
|
|
|
/usr/share/gtk-doc/html/vte-2.&vte-nano;
|
2013-06-01 20:19:53 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2014-10-02 03:56:19 +08:00
|
|
|
<varlistentry id="vte291">
|
2014-10-23 02:01:13 +08:00
|
|
|
<term><command>vte-2.&vte-nano;</command></term>
|
2013-06-01 20:19:53 +08:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is a test application for the <application>VTE</application>
|
|
|
|
libraries.
|
|
|
|
</para>
|
2014-10-02 03:56:19 +08:00
|
|
|
<indexterm zone="vte vte291">
|
2014-10-23 02:01:13 +08:00
|
|
|
<primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
|
2013-06-01 20:19:53 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2014-10-02 03:56:19 +08:00
|
|
|
<varlistentry id="libvte291">
|
2014-10-23 02:01:13 +08:00
|
|
|
<term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
|
2013-06-01 20:19:53 +08:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is a library which implements a terminal emulator
|
|
|
|
widget for <application>GTK+ 3</application>.
|
|
|
|
</para>
|
2014-10-02 03:56:19 +08:00
|
|
|
<indexterm zone="vte libvte291">
|
2014-10-23 02:01:13 +08:00
|
|
|
<primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
|
2013-06-01 20:19:53 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|