libusb-compat-0.1.3

Introduction to libusb-compat

The libusb-compat package aims to look, feel and behave exactly like libusb-0.1. It is a compatibility layer needed by packages that have not upgraded to the libusb-1 API.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

libusb-compat Dependencies

Required

libusb-1.0.8

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libusb-compat

Installation of libusb-compat

Install libusb-compat by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Program: libusb-config
Installed Library: libusb.{so,a}
Installed Directories: None

Short Descriptions

libusb.{so,a}

Libraries that are compatible with libusb-0.1, but use libusb-1.0 to provide functionality.

Last updated on 2008-12-29 00:45:33 -0600