libgusb-0.1.6

Introduction to libgusb

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.4 platform.

Package Information

libgusb Dependencies

Required

libusb-1.0.9 and udev-Installed LFS Version or udev-extras (from systemd) (for GUdev)

Recommended

Optional

GTK-Doc-1.19

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgusb

Installation of 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

Command Explanations

--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.

Contents

Installed Programs: None
Installed Library: libgusb.so
Installed Directories: /usr/include/gusb-1 and /usr/share/gtk-doc/html/gusb

Short Descriptions

libgusb.so

contains the libgusb API functions.

Last updated on 2013-09-01 18:27:34 -0700