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 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: 38 MB (additional 1 MB for the tests and 2 MB to rebuild and install the API documentation)
Estimated build time: 0.4 SBU (additional less than 0.1 SBU for the tests and less than 0.1 SBU to rebuild and install the API documentation)
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-09-19 13:13:19 -0700