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-7.7 platform.
Download (HTTP): http://people.freedesktop.org/~hughsient/releases/libgusb-0.2.4.tar.xz
Download MD5 sum: 279683b51fa8fc2bb29216cc165a1e32
Download size: 268 KB
Estimated disk space required: 3.9 MB (additional 0.4 MB for the tests)
Estimated build time: less than 0.1 SBU
gobject-introspection-1.42.0 and Vala-0.26.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgusb
Install libgusb by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2015-02-25 14:44:17 -0800