2020-03-28 04:16:34 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY tepl-download-http "&gnome-download-http;/tepl/4.4/tepl-&tepl-version;.tar.xz">
|
|
|
|
<!ENTITY tepl-download-ftp "&gnome-download-ftp;/tepl/4.4/tepl-&tepl-version;.tar.xz">
|
2020-03-28 14:14:53 +08:00
|
|
|
<!ENTITY tepl-md5sum "013ee8aae178f75cc74e05fac70786b3">
|
2020-03-28 04:16:34 +08:00
|
|
|
<!ENTITY tepl-size "456 KB">
|
|
|
|
<!ENTITY tepl-buildsize "28 MB">
|
|
|
|
<!ENTITY tepl-time "0.3 SBU">
|
|
|
|
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="tepl" xreflabel="tepl-&tepl-version;">
|
|
|
|
<?dbhtml filename="tepl.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Tepl-&tepl-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="tepl">
|
|
|
|
<primary sortas="a-tepl">tepl</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Tepl</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>Tepl</application> package contains a library that eases
|
|
|
|
the development of GtkSourceView-based text editors and IDEs.
|
|
|
|
</para>
|
|
|
|
|
2020-08-21 19:11:43 +08:00
|
|
|
&lfs10_checked;
|
2020-03-28 04:16:34 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&tepl-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&tepl-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &tepl-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &tepl-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &tepl-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &tepl-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Tepl Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="amtk"/>,
|
|
|
|
<xref linkend="gtksourceview4"/>,
|
|
|
|
<xref linkend="libxml2"/>, and
|
|
|
|
<xref linkend="uchardet"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="gtk-doc"/> (for documentation) and
|
|
|
|
<xref linkend="valgrind"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/tepl"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Tepl</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Tepl</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To test the results, issue: <command>make check</command>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
libtepl-4.so
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/include/tepl-4 and
|
|
|
|
/usr/share/gtk-doc/html/tepl-4.0
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libtepl-4">
|
|
|
|
<term><filename class="libraryfile">libtepl-4.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
contains convenience functions for GtkSourceView4-based programs.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="tepl libtepl-4">
|
|
|
|
<primary sortas="c-libtepl-4">libtepl-4.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|