source: x/lib/tepl.xml@ 170e308

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 170e308 was 170e308, checked in by Pierre Labastie <pieere@…>, 4 years ago

Tags and a couple of fixes

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

  • Property mode set to 100644
File size: 4.3 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 tepl-download-http "&gnome-download-http;/tepl/4.4/tepl-&tepl-version;.tar.xz">
8 <!ENTITY tepl-download-ftp "&gnome-download-ftp;/tepl/4.4/tepl-&tepl-version;.tar.xz">
9 <!ENTITY tepl-md5sum "013ee8aae178f75cc74e05fac70786b3">
10 <!ENTITY tepl-size "456 KB">
11 <!ENTITY tepl-buildsize "28 MB">
12 <!ENTITY tepl-time "0.3 SBU">
13
14]>
15
16<sect1 id="tepl" xreflabel="tepl-&tepl-version;">
17 <?dbhtml filename="tepl.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Tepl-&tepl-version;</title>
25
26 <indexterm zone="tepl">
27 <primary sortas="a-tepl">tepl</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Tepl</title>
32
33 <para>
34 The <application>Tepl</application> package contains a library that eases
35 the development of GtkSourceView-based text editors and IDEs.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&tepl-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&tepl-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &tepl-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &tepl-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &tepl-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &tepl-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Tepl Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="amtk"/>,
79 <xref linkend="gtksourceview4"/>,
80 <xref linkend="libxml2"/>, and
81 <xref linkend="uchardet"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/> (for documentation) and
87 <xref linkend="valgrind"/>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/tepl"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Tepl</title>
97
98 <para>
99 Install <application>Tepl</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/gtk-doc-rebuild.xml"/>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 None
136 </seg>
137 <seg>
138 libtepl-4.so
139 </seg>
140 <seg>
141 /usr/include/tepl-4 and
142 /usr/share/gtk-doc/html/tepl-4.0
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libtepl-4">
153 <term><filename class="libraryfile">libtepl-4.so</filename></term>
154 <listitem>
155 <para>
156 contains convenience functions for GtkSourceView4-based programs.
157 </para>
158 <indexterm zone="tepl libtepl-4">
159 <primary sortas="c-libtepl-4">libtepl-4.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163 </variablelist>
164 </sect2>
165</sect1>
Note: See TracBrowser for help on using the repository browser.