libhandy-1.8.3

Introduction to libhandy

The libhandy package provides additional GTK UI widgets for use in developing user interfaces.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

libhandy Dependencies

Required

GTK+-3.24.41

Recommended

Optional

GTK-Doc-1.34.0 and Glade

Installation of libhandy

Install libhandy by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test. The tests must be run from a graphical session.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-Dgtk_doc=true: Use this option if you have GTK-Doc-1.34.0 installed and wish to install the documentation.

Contents

Installed Programs: handy-1-demo
Installed Libraries: libhandy-1.so
Installed Directories: /usr/include/libhandy-1

Short Descriptions

handy-1-demo

provides an example of how to use the libhandy library

libhandy-1.so

provides additional GTK widgets for use in creating user interfaces