libgudev-231

Introduction to libgudev

The libgudev package contains GObject bindings for libudev.

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

Package Information

Required

GLib-2.50.3

Optional

gobject-introspection-1.50.0 (for gir-data, needed for GNOME), GTK-Doc-1.25, and umockdev

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

This package does not come with a testsuite.

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 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 2017-02-16 19:24:14 -0800