Contents
$GNOME_PREFIX
/:
include/gtksourceview-1.0, share/{gtk-doc/html/gtksourceview,
gtksourceview-1.0}
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.8/gtksourceview-1.8.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtksourceview/1.8/gtksourceview-1.8.5.tar.bz2
Download MD5 sum: de67df2944c1cccbc2d0b4a738e11050
Download size: 785 KB
Estimated disk space required: 15 MB
Estimated build time: 0.2 SBU
GTK+-2.10.13 and XML::Parser-2.34
GNOME Virtual File System-2.18.1 and libgnomeprintui-2.18.0
GTK-Doc-1.8 and intltool-0.35.5
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-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.
$GNOME_PREFIX
/:
include/gtksourceview-1.0, share/{gtk-doc/html/gtksourceview,
gtksourceview-1.0}
Last updated on 2007-07-25 09:54:33 -0500