source: xfce/apps/vte2.xml@ 8316a85

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 8316a85 was 8316a85, checked in by Ken Moffat <ken@…>, 10 years ago

Rude words : the explanation for vte2 was in the XML but not in the command explanations.

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