The GtkSourceView package contains libraries used for extending the GTK+ text functions to include syntax highlighting.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.12/gtksourceview-3.12.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.12/gtksourceview-3.12.3.tar.xz
Download MD5 sum: 6d9aa2cf925751bf708feaf74d3317b0
Download size: 1.2 MB
Estimated disk space required: 40 MB
Estimated build time: 0.5 SBU
Glade and GTK-Doc-1.20
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtksourceview
Install GtkSourceView by running the following commands:
./configure --prefix=/usr && make
If the test suite is run before this package is installed, one test may fail.
Now, as the root
user:
make install
To test the results, issue make check. The tests need to be run in a graphical environment.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-08-25 09:58:52 -0700