2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-15 12:33:15 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2010-08-14 14:11:04 +08:00
|
|
|
<!ENTITY vte-download-http "&gnome-download-http;/vte/0.24/vte-&vte-version;.tar.bz2">
|
|
|
|
<!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.24/vte-&vte-version;.tar.bz2">
|
|
|
|
<!ENTITY vte-md5sum "76d5bca203245fedf7eac6d434a16bd9">
|
2009-08-11 17:51:46 +08:00
|
|
|
<!ENTITY vte-size "1.3 MB">
|
2010-08-14 14:11:04 +08:00
|
|
|
<!ENTITY vte-buildsize "22 MB">
|
|
|
|
<!ENTITY vte-time "0.5 SBU">
|
2004-06-15 12:33:15 +08:00
|
|
|
]>
|
|
|
|
|
2003-10-02 11:43:33 +08:00
|
|
|
<sect1 id="vte" xreflabel="VTE-&vte-version;">
|
2005-05-16 05:17:01 +08:00
|
|
|
<?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>
|
|
|
|
|
2010-08-14 14:11:04 +08:00
|
|
|
&lfs65_checked;
|
|
|
|
|
2005-05-16 05:17:01 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>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>
|
|
|
|
|
2005-05-16 05:34:40 +08:00
|
|
|
<bridgehead renderas="sect3">VTE Dependencies</bridgehead>
|
2005-05-16 05:17:01 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2010-08-14 14:11:04 +08:00
|
|
|
<para role="required"><xref linkend="glib2"/> ,
|
|
|
|
<xref linkend="gtk2"/>, and
|
|
|
|
<xref linkend="intltool"/></para>
|
2005-05-16 05:17:01 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2010-08-14 14:11:04 +08:00
|
|
|
<para role="optional"><xref linkend="gtk-doc"/> and
|
2007-08-13 00:35:36 +08:00
|
|
|
<xref linkend="pygtk"/> (including the gtk module)</para>
|
2005-05-16 05:17:01 +08:00
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/vte"/></para>
|
|
|
|
|
2005-05-16 05:17:01 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of VTE</title>
|
|
|
|
|
|
|
|
<para>Install <application>VTE</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2005-10-11 02:06:06 +08:00
|
|
|
<screen><userinput>sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm &&
|
2006-02-03 14:09:24 +08:00
|
|
|
./configure --prefix=/usr \
|
2006-06-21 09:46:25 +08:00
|
|
|
--libexecdir=/usr/lib/vte &&
|
2005-05-16 05:17:01 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</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>
|
|
|
|
|
2006-06-21 09:46:25 +08:00
|
|
|
<para><command>sed -i ... termcaps/xterm</command>: The
|
|
|
|
<keysym>Home</keysym> and <keysym>End</keysym> keys are broken in the
|
|
|
|
<command>xterm</command> termcap file. This <command>sed</command> command
|
|
|
|
fixes them.</para>
|
|
|
|
|
2006-06-26 03:48:15 +08:00
|
|
|
<para><parameter>--libexecdir=/usr/lib/vte</parameter>: This parameter
|
|
|
|
causes the libexec files to be installed in the preferred location of
|
|
|
|
<filename class="directory">/usr/lib/vte</filename>
|
2005-05-16 05:17:01 +08:00
|
|
|
instead of <filename class="directory">/usr/libexec</filename>.</para>
|
|
|
|
|
2007-03-26 06:19:17 +08:00
|
|
|
<para><option>--with-glX</option>: This
|
|
|
|
parameter can be passed to the <command>configure</command> script
|
2006-06-21 09:46:25 +08:00
|
|
|
to enable additional drawing methods in the
|
|
|
|
<application>VTE</application> library.</para>
|
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2006-06-26 03:48:15 +08:00
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
2005-05-16 05:17:01 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
2009-08-11 17:51:46 +08:00
|
|
|
<segtitle>Installed Programs</segtitle>
|
2005-05-16 05:17:01 +08:00
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2009-08-11 17:51:46 +08:00
|
|
|
<seg>vte, decset, gnome-pty-helper, interpret, osc, slowcat, and
|
|
|
|
window</seg>
|
2006-06-21 09:46:25 +08:00
|
|
|
<seg>libvte.{so,a} and the vtemodule.{so,a}
|
2005-05-16 05:17:01 +08:00
|
|
|
<application>Python</application> module</seg>
|
2010-08-14 14:11:04 +08:00
|
|
|
<seg>/usr/{include/vte,lib/vte,share/{gtk-doc/html/vte,vte/termcap}}</seg>
|
2005-05-16 05:17:01 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="vte-prog">
|
|
|
|
<term><command>vte</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a test application for the <application>VTE</application>
|
|
|
|
libraries.</para>
|
|
|
|
<indexterm zone="vte vte-prog">
|
|
|
|
<primary sortas="b-vte">vte</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libvte">
|
2006-04-11 02:36:24 +08:00
|
|
|
<term><filename class='libraryfile'>libvte.{so,a}</filename></term>
|
2005-05-16 05:17:01 +08:00
|
|
|
<listitem>
|
2007-03-26 06:19:17 +08:00
|
|
|
<para>is a library which implements a terminal emulator
|
|
|
|
widget for <application>GTK+</application>.</para>
|
2005-05-16 05:17:01 +08:00
|
|
|
<indexterm zone="vte libvte">
|
2006-04-11 02:36:24 +08:00
|
|
|
<primary sortas="c-libvte">libvte.{so,a}</primary>
|
2005-05-16 05:17:01 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-02-08 12:03:25 +08:00
|
|
|
|
|
|
|
</sect1>
|