source: xfce/apps/vte2.xml@ dc6ba1c0

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 dc6ba1c0 was dc6ba1c0, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

More lfs74 tags

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

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