%general-entities; ]> $LastChangedBy$ $Date$ libpeas-&libpeas-version; libpeas Introduction to libpeas libpeas is a GObject based plugins engine, and is targeted at giving every application the chance to assume its own extensibility. &lfs101_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libpeas-md5sum; Download size: &libpeas-size; Estimated disk space required: &libpeas-buildsize; Estimated build time: &libpeas-time; libpeas Dependencies Required and Recommended and Optional , Glade, embed, LGI (for LUA bindings, built with LUA-5.1), with either luajit or LUA-5.1 User Notes: Installation of libpeas First, adapt the tests to changes in meson-0.55: sed -i 's/test_exe,/test_exe, depends: [libintrospection_gir],/' tests/libpeas/meson.build Install libpeas by running the following commands: mkdir build && cd build && meson --prefix=/usr .. && ninja To test the results, issue: ninja test. An active graphical session with bus address is necessary to run the tests. Now, as the root user: ninja install Command Explanations : Add this switch if you wish to generate vapi (vala) data. : Add this switch if you do not wish to build the demo programs. : Add this switch if wish to build the reference manual. Contents Installed Program Installed Libraries Installed Directories peas-demo libpeas-1.0.so and libpeas-gtk-1.0.so /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 peas-demo libpeas-1.0.so contains the libpeas API functions libpeas-1.0.so libpeas-gtk-1.0.so contains the libpeas GTK+ widgets libpeas-gtk-1.0.so