gtksourceview5-5.10.0

Introduction to GtkSourceView

The GtkSourceView package contains a library used for extending the GTK text functions to include syntax highlighting.

[Note]

Note

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.

Package Information

GtkSourceView Dependencies

Required

GTK-4.14.1 and pcre2-10.43

Recommended

Optional

GTK-Doc-1.34.0, Vala-0.56.16, Valgrind-3.22.0, Vulkan-Loader-1.3.281, sysprof

Installation of GtkSourceView

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

Command Explanations

-Dgtk_doc=true: Use this switch if you have GTK-Doc-1.34.0 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.

Contents

Installed Programs: None
Installed Libraries: libgtksourceview-5.so
Installed Directories: /usr/include/gtksourceview-5 and /usr/share/gtksourceview-5

Short Descriptions

libgtksourceview-5.so

contains function extensions for the GtkTextView widget