Contents
$GNOME_PREFIX
/{include/gtksourceview-2.0/gtksourceview/completion-providers/words,
share/{gtk-doc/html/gtksourceview-2.0,gtksourceview-2.0/{language-specs,
styles}}}
The gtksourceview package contains
libgtksourceview
libraries. This is
useful for extending the GTK text
functions to include syntax highlighting.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/gtksourceview-2.10.4.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/gtksourceview-2.10.4.tar.bz2
Download MD5 sum: 342666cba9eb2643e5166a0cb58203d2
Download size: 1.2 MB
Estimated disk space required: 26 MB
Estimated build time: 0.3 SBU
gtk+-2.24.8, intltool-0.50.0, and XML::Parser-2.40
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. If you have the
optional dependencies to build the test programs installed,
after the package is
installed you can change to the tests
directory in the source tree and issue
./test-widget. This
will test the functionality of the libgtksourceview-2.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 and install the API documentation.
$GNOME_PREFIX
/{include/gtksourceview-2.0/gtksourceview/completion-providers/words,
share/{gtk-doc/html/gtksourceview-2.0,gtksourceview-2.0/{language-specs,
styles}}}
Last updated on 2010-08-14 02:56:48 +0000