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/6.00/tepl-6.00.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/tepl/6.00/tepl-6.00.0.tar.xz
Download MD5 sum: 08248e527cc87a4bf7300c04d1babcb9
Download size: 140 KB
Estimated disk space required: 16 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
amtk-5.2.0, gtksourceview4-4.8.1, ICU-68.2, and uchardet-0.0.7
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.17.0
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-04-02 21:53:04 -0500