The GtkSourceView package contains a library used for extending the GTK text functions to include syntax highlighting.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://download.gnome.org/sources/gtksourceview/5.8/gtksourceview-5.8.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gtksourceview/5.8/gtksourceview-5.8.0.tar.xz
Download MD5 sum: 7ea7348d059c210b8bf7428af4ddbcbc
Download size: 1.2 MB
Estimated disk space required: 47 MB
Estimated build time: 0.2 SBU (with tests; both using parallelism=4)
gobject-introspection-1.76.1 and libxml2-2.10.4
GTK-Doc-1.33.2, sysprof-3.48.0, Vala-0.56.11, Valgrind-3.21.0, and Vulkan
Install GtkSourceView by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Dgtk_doc=true
: Use this switch if you
have GTK-Doc-1.33.2 installed and wish to generate
the API documentation.
-Dsysprof=true
: Use this switch if you
have sysprof-3.48.0 installed and wish to build
with sysprof profiler support.