Tepl-6.8.0

Introduction to Tepl

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

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

Tepl Dependencies

Required

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

Optional

GTK-Doc-1.34.0 (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.34.0 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