The gtksourceview package contains libgtksourceview libraries. This is useful for extending the GTK text functions to include syntax highlighting.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtksourceview/1.6/gtksourceview-1.6.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtksourceview/1.6/gtksourceview-1.6.2.tar.bz2
Download MD5 sum: 57f4ee84f0c494fd943c7badb0a68785
Download size: 756 KB
Estimated disk space required: 14.1 MB
Estimated build time: 0.2 SBU
GNOME Virtual File System-2.14.2 and libgnomeprintui-2.12.1
GTK-Doc-1.6 and intltool-0.34.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtksourceview
Install gtksourceview by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
This package does not come with a test suite, however, after the package is installed you can change to the tests directory in the source tree and issue ./test-widget to test the functionality of the libgtksourceview-1.0 library.
Now, as the root user:
make install
--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.
--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild the API documentation.
Last updated on 2006-12-22 06:01:51 -0600