The libgudev package contains GObject bindings for libudev.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/libgudev/236/libgudev-236.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libgudev/236/libgudev-236.tar.xz
Download MD5 sum: ad5a63bd88fe97189fec7b7afb2d4150
Download size: 28 KB
Estimated disk space required: 1.8 MB
Estimated build time: less than 0.1 SBU
gobject-introspection-1.68.0 (for gir-data, needed for GNOME), GTK-Doc-1.33.2, and umockdev-0.15.4 (for testing)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgudev
Install libgudev by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Dgtk_doc=true
: Use this option if
GTK-Doc is installed and you wish to build and install the API
documentation.
Last updated on 2021-03-17 05:06:42 -0500