The libgusb package contains the GObject wrappers for libusb-1.0 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://people.freedesktop.org/~hughsient/releases/libgusb-0.3.6.tar.xz
Download MD5 sum: 252e119104e05705a97cafd3092cffdd
Download size: 44 KB
Estimated disk space required: 2.4 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
GTK-Doc-1.33.2, gobject-introspection-1.68.0,
usbutils-013 (for usb.ids
data file, which is also required for the
tests), and Vala-0.52.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgusb
Install libgusb by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Ddocs=false .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Ddocs=true
: Use this option if
GTK-Doc is installed and you wish
to install the documentation.
Last updated on 2021-03-16 19:30:36 -0500