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.1 platform.
Download (HTTP): https://download.gnome.org/sources/tepl/5.0/tepl-5.0.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/tepl/5.0/tepl-5.0.1.tar.xz
Download MD5 sum: 5b6b9e022de87ed804266d9edb0e0ff4
Download size: 124 KB
Estimated disk space required: 11 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
amtk-5.2.0, gtksourceview4-4.8.0, ICU-68.2, and uchardet-0.0.7
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.16.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/tepl
Install Tepl by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Dgtk_doc=true
: Use this option if
GTK-Doc is installed and you wish to build and install the API
documentation.
Last updated on 2021-02-22 21:05:47 -0800