libgudev-233

Introduction to libgudev

The libgudev package contains GObject bindings for libudev.

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

Package Information

Required

GLib-2.64.4

Optional

gobject-introspection-1.64.1 (for gir-data, needed for GNOME), GTK-Doc-1.32, and umockdev-0.14.2 (for testing)

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

Installation of libgudev

Install libgudev by running the following commands:

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

If you wish to run the test suite, omit "--disable-umockdev" from the configure command and then 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.

--disable-umockdev: Disables the usage of umockdev-0.14.2. Omit this switch if you wish to run the test suite.

Contents

Installed Program: None
Installed Libraries: libgudev-1.0.so
Installed Directories: /usr/include/gudev-1.0 and /usr/share/gtk-doc/html/gudev

Short Descriptions

libgudev-1.0.so

is a GObject-based wrapper library for libudev.

Last updated on 2020-08-16 21:26:53 -0700