Tepl-4.4.0

Introduction to Tepl

The Tepl package contains a library that eases the development of GtkSourceView-based text editors and IDEs.

This package is known to build and work properly using an LFS-10.0 platform.

Package Information

Tepl Dependencies

Required

amtk-5.1.1, gtksourceview4-4.6.1, libxml2-2.9.10, and uchardet-0.0.7

Optional

GTK-Doc-1.32 (for documentation) and Valgrind-3.16.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/tepl

Installation of Tepl

Install Tepl by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: None
Installed Libraries: libtepl-4.so
Installed Directories: /usr/include/tepl-4 and /usr/share/gtk-doc/html/tepl-4.0

Short Descriptions

libtepl-4.so

contains convenience functions for GtkSourceView4-based programs.

Last updated on 2020-08-21 04:11:43 -0700