source: x/lib/tepl.xml@ 6469488

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

Add --buildtype=release for Cap 24-28

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