libpeas-1.6.2

Introduction to libpeas

libpeas is a GObject based plugins engine, and is targeted at giving every application the chance to assume its own extensibility.

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

Package Information

libpeas Dependencies

Required

gobject-introspection-1.34.2 and GTK+-3.6.4

Recommended

Optional

GDB-7.6, Glade, GTK-Doc-1.18, Seed and Valgrind

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

Installation of libpeas

Install libpeas by running the following commands:

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

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Program: peas-demo
Installed Libraries: libpeas-1.0.so and libpeas-gtk-1.0.so
Installed Directories: /usr/include/libpeas-1.0, /usr/lib/libpeas-1.0, /usr/lib/peas-demo and /usr/share/gtk-doc/html/libpeas

Short Descriptions

peas-demo

is the Peas demo program.

libpeas-1.0.so

contains the libpeas API functions.

libpeas-gtk-1.0.so

contains the libpeas GTK+ bindings.

Last updated on 2013-06-01 12:19:53 +0000