source: gnome/core/vte.xml@ 6f19a68e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6f19a68e was 6f19a68e, checked in by David Jensen <djensen@…>, 19 years ago

h and i misspellings

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "5eb73c7de433fb6e53ac4378df9d23b5">
10 <!ENTITY vte-size "952 KB">
11 <!ENTITY vte-buildsize "24 MB">
12 <!ENTITY vte-time "0.7 SBU">
13]>
14
15<sect1 id="vte" xreflabel="VTE-&vte-version;">
16 <?dbhtml filename="vte.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>VTE-&vte-version;</title>
24
25 <indexterm zone="vte">
26 <primary sortas="a-VTE">VTE</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to VTE</title>
31
32 <para>The <application>VTE</application> package contains a termcap
33 file implementation for terminal emulators.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&vte-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&vte-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &vte-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &vte-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &vte-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &vte-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para><xref linkend="gtk2"/> and
61 <xref linkend="python"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para><xref linkend="gtk-doc"/> and
65 <ulink url="http://www.pygtk.org/">PyGTK</ulink></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of VTE</title>
71
72 <para>Install <application>VTE</application> by running the following
73 commands:</para>
74
75<screen><userinput>sed -i -e 's%\\177:%&amp;kh=\\EOH:@7=\\EOF:%g' termcaps/xterm &amp;&amp;
76./configure --prefix=/usr --libexecdir=/usr/sbin --disable-gtk-doc &amp;&amp;
77make</userinput></screen>
78
79 <para>This package does not come with a test suite.</para>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="commands">
88 <title>Command Explanations</title>
89
90 <para><command>sed -i -e ...</command>: The <keysym>Home</keysym> and
91 <keysym>End</keysym> keys are broken in the <filename>xterm</filename>
92 termcap file. This <command>sed</command> command fixes them.</para>
93
94 <para><parameter>--libexecdir=/usr/sbin</parameter>: This switch puts
95 libexec files in <filename class="directory">/usr/sbin</filename>
96 instead of <filename class="directory">/usr/libexec</filename>.</para>
97
98 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents the
99 building of documentation. Remove it if you have
100 <application>GTK-Doc</application> installed and wish to rebuild the
101 documentation.</para>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>gnome-pty-helper and vte</seg>
115 <seg>libvte.[so,a] and vtemodule.[so,a]
116 <application>Python</application> module</seg>
117 <seg>/usr/include/vte, /usr/lib/vte, /usr/share/gtk-doc/html/vte,
118 and /usr/share/vte</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="gnome-pty-helper">
128 <term><command>gnome-pty-helper</command></term>
129 <listitem>
130 <para>is a setuid helper for opening ptys.</para>
131 <indexterm zone="vte gnome-pty-helper">
132 <primary sortas="b-gnome-pty-helper">gnome-pty-helper</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 <varlistentry id="vte-prog">
138 <term><command>vte</command></term>
139 <listitem>
140 <para>is a test application for the <application>VTE</application>
141 libraries.</para>
142 <indexterm zone="vte vte-prog">
143 <primary sortas="b-vte">vte</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libvte">
149 <term><filename class='libraryfile'>libvte.[so,a]</filename></term>
150 <listitem>
151 <para>provide the functions necessary to implement a
152 <quote>termcap file</quote> for terminal emulators.</para>
153 <indexterm zone="vte libvte">
154 <primary sortas="c-libvte">libvte.[so,a]</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.