The Tepl package contains a library that eases the development of GtkSourceView-based text editors and IDEs.
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.
Download (HTTP): https://download.gnome.org/sources/tepl/6.8/tepl-6.8.0.tar.xz
Download MD5 sum: 5d29b2c9032a1ba2d33ef9c9c9c7de79
Download size: 164 KB
Estimated disk space required: 13 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
gsettings-desktop-schemas-45.0, ICU-74.1, libgedit-amtk-5.8.0, libgeditsourceview-299.0.4, and uchardet-0.0.8
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.22.0
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
--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.