The GtkSourceView package contains a library used for extending the GTK text functions to include syntax highlighting.
![[Note]](../images/note.png)
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/gtksourceview/5.10/gtksourceview-5.10.0.tar.xz
Download MD5 sum: f74162d727875c3f517d5316148e7222
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.78.1 and libxml2-2.12.1
GTK-Doc-1.33.2, Vala-0.56.14, Valgrind-3.22.0, sysprof, 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 installed and wish to build
with sysprof profiler support.