source: lxde/apps/vte2.xml@ 60de0e1

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 60de0e1 was cad00b2, checked in by Douglas R. Reno <renodr@…>, 11 months ago

Tag LXDE

  • Property mode set to 100644
File size: 4.9 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 &lfs120_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 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Vte</title>
89
90 <para>
91 Install <application>Vte</application> by running the following
92 commands:
93 </para>
94
95<!-- both vte2 and vte3 install the same file in libexecdir, so overwrite this one -->
96<screen><userinput>./configure --prefix=/usr \
97 --libexecdir=/usr/lib/vte \
98 --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 To test the results, issue: <command>make check</command>.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para>
117 <parameter>--libexecdir=/usr/lib/vte</parameter> : both this package and
118 <xref linkend="vte"/> install files of the same name. This switch ensures
119 that they do not overwrite each other if both are installed.
120 </para>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 vte
138 </seg>
139 <seg>
140 libvte.so
141 </seg>
142 <seg>
143 /usr/include/vte-0.0,
144 /usr/lib/vte,
145 /usr/share/gtk-doc/html/vte-0.0 and
146 /usr/share/vte
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="vte2-prog">
157 <term><command>vte</command></term>
158 <listitem>
159 <para>
160 is a simple terminal emulator
161 </para>
162 <indexterm zone="vte2 vte2-prog">
163 <primary sortas="b-vte">vte</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libvte2">
169 <term><filename class="libraryfile">libvte.so</filename></term>
170 <listitem>
171 <para>
172 contains the <application>Vte</application> API functions
173 </para>
174 <indexterm zone="vte2 libvte2">
175 <primary sortas="c-libvte">libvte.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.