%general-entities; ]> $LastChangedBy$ $Date$ libusb-&libusb-version; libusb Introduction to libusb The libusb package contains a library used by some applications for USB device access. &lfs90_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libusb-md5sum; Download size: &libusb-size; Estimated disk space required: &libusb-buildsize; Estimated build time: &libusb-time; libusb Dependencies Optional User Notes: Installation of libusb This package does not support parallel build. Install libusb by running the following commands: sed -i "s/^PROJECT_LOGO/#&/" doc/doxygen.cfg.in && ./configure --prefix=/usr --disable-static && make -j1 If Doxygen is installed and you wish to build the API documentation, issue the following command: make -C doc docs This package does not come with a test suite. Now, as the root user: make install If you built the API documentation, install it using the following commands as the root user: install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs && install -v -m644 doc/html/* \ /usr/share/doc/libusb-&libusb-version;/apidocs Command Explanations sed -i ...: This sed prevents a warning when building the documentation. Configuring Libusb To access raw USB devices (those not treated as a disk by the mass-storage driver), appropriate support must be available in the kernel. Check your kernel configuration: Device Drivers ---> [*] USB support ---> [CONFIG_USB_SUPPORT] <*/M> Support for Host-side USB [CONFIG_USB] (Select any USB hardware device drivers you may need on the same page) Support for Host-side USB For more details on setting up USB devices, see . Contents Installed Programs Installed Library Installed Directories None libusb-1.0.so /usr/include/libusb-1.0 and /usr/share/doc/libusb-&libusb-version; Short Descriptions libusb-1.0.so contains API functions used for accessing USB hardware. libusb-1.0.so