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-8.3 platform.
Download (HTTP): https://people.freedesktop.org/~hughsient/releases/libgusb-0.3.0.tar.xz
Download MD5 sum: 3c178f1171f808785d6af971b1fdc50c
Download size: 40 KB
Estimated disk space required: 2.9 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
GTK-Doc-1.28 gobject-introspection-1.56.1,
usbutils-010 (for usb.ids
data file, which is also required for the
tests), and Vala-0.40.8
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 2018-08-19 14:04:57 -0700