source: x/lib/tepl.xml@ 0e8c7f3

lazarus trunk
Last change on this file since 0e8c7f3 was e5004b2, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Fix tepl URL.

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