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-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gtksourceview/5.0/gtksourceview-5.0.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gtksourceview/5.0/gtksourceview-5.0.0.tar.xz
Download MD5 sum: 5e2241325697706341b5f6e6edba617e
Download size: 1.1 MB
Estimated disk space required: 75 MB
Estimated build time: 0.2 SBU
GTK-4.2.0 and pcre2-10.36
gobject-introspection-1.68.0 and libxml2-2.9.10
GTK-Doc-1.33.2, sysprof-3.40.1, Vala-0.52.0, and Valgrind-3.17.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtksourceview5
Install GtkSourceView 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 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.40.1 installed and wish to build
with sysprof profiler support.
Last updated on 2021-04-02 21:53:04 -0500