Tepl-6.8.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 12.1 platform.

Package Information

Tepl Dependencies

Required

gsettings-desktop-schemas-45.0, ICU-74.2, libgedit-amtk-5.8.0, libgeditsourceview-299.0.4, and uchardet-0.0.8

Optional

GTK-Doc-1.33.2 (for documentation) and Valgrind-3.22.0

Installation of Tepl

Install Tepl by running the following commands:

mkdir tepl-build &&
cd    tepl-build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -Dgtk_doc=false     \
            .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-Dgtk_doc=false: Disables building the API documentation. Remove if you have GTK-Doc-1.33.2 installed and wish to build the API documentation.

Contents

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

Short Descriptions

libtepl-6.so

contains convenience functions for GtkSourceView4-based programs