source: lxde/apps/vte2.xml@ e641675

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e641675 was 76ceca6, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to tigervnc-1.9.0
Tag lxde and dependencies

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

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