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.0 platform.
Download (HTTP): https://people.freedesktop.org/~hughsient/releases/libgusb-0.3.5.tar.xz
Download MD5 sum: 61022fb9abf16804ed3541a67af7d695
Download size: 44 KB
Estimated disk space required: 2.3 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
GTK-Doc-1.32 gobject-introspection-1.64.1,
usbutils-012 (for usb.ids
data file, which is also required for the
tests), and Vala-0.48.9
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 2020-08-16 21:26:53 -0700