source: xfce/apps/vte2.xml@ 5603a81

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 5603a81 was 4ecb7213, checked in by Andrew Benton <andy@…>, 12 years ago

install vte2 with --libexecdir=/usr/libexec/vte2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10036 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-vte2">vte2</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 &lfs71_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="intltool"/> and
80 <xref linkend="gtk2"/>.
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gobject-introspection"/> and
86 <xref linkend="gtk-doc"/>.
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<screen><userinput>./configure --prefix=/usr --disable-static --libexecdir=/usr/libexec/vte2 &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121
122 <para>
123 <option>--libexecdir=/usr/libexec/vte2</option>: Both
124 <application>Vte</application> and <xref linkend="vte"/> (the
125 <application>Gtk 3</application> version) install a setuid helper program
126 called <filename>gnome-pty-helper</filename>. Putting it into a directory
127 called <filename class="directory">vte2</filename> ensures that they do
128 not overwrite one another.
129 </para>
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Program</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>vte</seg>
142 <seg>libvte.so</seg>
143 <seg>
144 /usr/share/gtk-doc/html/vte-0.0 and
145 /usr/share/vte
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="vte2-prog">
156 <term><command>vte</command></term>
157 <listitem>
158 <para>
159 is a simple terminal emulator.
160 </para>
161 <indexterm zone="vte2 vte2-prog">
162 <primary sortas="b-vte">vte</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="libvte2">
168 <term><filename class="libraryfile">libvte.so</filename></term>
169 <listitem>
170 <para>
171 contains the <application>Libvte</application> API functions.
172 </para>
173 <indexterm zone="vte2 libvte2">
174 <primary sortas="c-libvte">libvte.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178 </variablelist>
179 </sect2>
180</sect1>
Note: See TracBrowser for help on using the repository browser.