source: gnome/core/vte.xml@ ce39b28

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ce39b28 was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY vte-download-http "http://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-&vte-version;.tar.bz2">
8<!ENTITY vte-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-&vte-version;.tar.bz2">
9<!ENTITY vte-size "836 KB">
10<!ENTITY vte-buildsize "38.9 MB">
11<!ENTITY vte-time "0.57 SBU">
12
13]>
14
15<sect1 id="vte" xreflabel="VTE-&vte-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="vte.html"?>
21<title>VTE-&vte-version;</title>
22
23<sect2>
24<title>Introduction to <application>VTE</application></title>
25
26<para>The <application>VTE</application> package contains a termcap file implementation for
27terminal emulators.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&vte-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&vte-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &vte-size;</para></listitem>
36<listitem><para>Estimated Disk space required:
37&vte-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&vte-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title><application>VTE</application> dependencies</title>
43<sect4><title>Required</title>
44<para>
45<xref linkend="GTK2"/> and
46<xref linkend="Python"/>
47</para></sect4>
48<sect4><title>Optional</title>
49<para>
50<xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed) and
51<ulink url="http://www.daa.com.au/~james/software/pygtk/">PyGTK</ulink>
52</para></sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>VTE</application></title>
59
60<para>Install <application>VTE</application> by running the following commands:</para>
61
62<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --disable-gtk-doc &amp;&amp;
63make &amp;&amp;
64make install</command></userinput></screen>
65
66</sect2>
67
68<sect2>
69<title>Command explanations</title>
70
71<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch puts
72libexec files in <filename class="directory">/usr/sbin</filename> instead of
73<filename class="directory">/usr/libexec</filename>.</para>
74
75<para><option>--disable-gtk-doc</option>: This switch prevents the
76building of documentation.</para>
77
78</sect2>
79
80<sect2>
81<title>Contents</title>
82
83<para>The <application>VTE</application> package contains <filename
84class="libraryfile">libvte</filename> libraries,
85<command>vte</command> and <command>gnome-pty-helper</command></para>
86
87</sect2>
88
89<sect2><title>Description</title>
90
91<sect3><title>vte libraries</title>
92<para><filename class="libraryfile">libvte</filename> libraries provide the functions necessary to implement a
93"termcap file" for terminal emulators.</para></sect3>
94
95<sect3><title>vte</title>
96<para><command>vte</command> is a test application for the vte libraries.</para></sect3>
97
98</sect2>
99
100</sect1>
101
Note: See TracBrowser for help on using the repository browser.