gtksourceview-2.10.5

Introduction to GtkSourceView

The GtkSourceView package contains libraries used for extending the GTK+ 2 text functions to include syntax highlighting.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

GtkSourceView Dependencies

Required

GTK+-2.24.20 and Intltool-0.50.2

Optional

GTK-Doc-1.19

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtksourceview2

Installation of GtkSourceView

Install GtkSourceView by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue make check.

Now, as the root user:

make install

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: None
Installed Library: libgtksourceview-2.0.so
Installed Directories: /usr/include/gtksourceview-2.0, /usr/share/gtk-doc/html/gtksourceview-2.0 and /usr/share/gtksourceview-2.0

Short Descriptions

libgtksourceview-2.0.so

contains function extensions for the GtkTextView widget.

Last updated on 2013-09-01 11:17:09 -0700