source: lxde/apps/vte2.xml@ e325e6e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e325e6e was e325e6e, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tags for LXDE and Sawfish

  • Property mode set to 100644
File size: 5.0 KB
Line 
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 vte2-download-http "&gnome-download-http;/vte/0.28/vte-&vte2-version;.tar.xz">
8 <!ENTITY vte2-download-ftp "&gnome-download-ftp;/vte/0.28/vte-&vte2-version;.tar.xz">
9 <!ENTITY vte2-md5sum "497f26e457308649e6ece32b3bb142ff">
10 <!ENTITY vte2-size "940 KB">
11 <!ENTITY vte2-buildsize "33 MB">
12 <!ENTITY vte2-time "0.5 SBU">
13]>
14
15<sect1 id="vte2" xreflabel="Vte-&vte2-version;">
16 <?dbhtml filename="vte2.html"?>
17
18
19 <title>Vte-&vte2-version;</title>
20
21 <indexterm zone="vte2">
22 <primary sortas="a-Vte">Vte</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Vte</title>
27
28 <para>
29 <application>Vte</application> is a library (libvte) implementing a
30 terminal emulator widget for <application>GTK+ 2</application>, and a
31 minimal demonstration application (vte) that uses
32 <application>libvte</application>.
33 </para>
34
35 &lfs113_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&vte2-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&vte2-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &vte2-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &vte2-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &vte2-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &vte2-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Vte Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="gobject-introspection"/>,
81 <xref linkend="gtk-doc"/> and
82 <xref linkend="pygtk"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/vte2"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Vte</title>
92
93 <para>
94 Install <application>Vte</application> by running the following
95 commands:
96 </para>
97
98<!-- both vte2 and vte3 install the same file in libexecdir, so overwrite this one -->
99<screen><userinput>./configure --prefix=/usr \
100 --libexecdir=/usr/lib/vte \
101 --disable-static &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 To test the results, issue: <command>make check</command>.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <para>
120 <parameter>--libexecdir=/usr/lib/vte</parameter> : both this package and
121 <xref linkend="vte"/> install files of the same name. This switch ensures
122 that they do not overwrite each other if both are installed.
123 </para>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/static-libraries.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 vte
141 </seg>
142 <seg>
143 libvte.so
144 </seg>
145 <seg>
146 /usr/include/vte-0.0,
147 /usr/lib/vte,
148 /usr/share/gtk-doc/html/vte-0.0 and
149 /usr/share/vte
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="vte2-prog">
160 <term><command>vte</command></term>
161 <listitem>
162 <para>
163 is a simple terminal emulator
164 </para>
165 <indexterm zone="vte2 vte2-prog">
166 <primary sortas="b-vte">vte</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libvte2">
172 <term><filename class="libraryfile">libvte.so</filename></term>
173 <listitem>
174 <para>
175 contains the <application>Vte</application> API functions
176 </para>
177 <indexterm zone="vte2 libvte2">
178 <primary sortas="c-libvte">libvte.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.