2008-12-30 08:28:51 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2009-02-28 08:21:01 +08:00
|
|
|
<!ENTITY libusb-compat-download-http "&sourceforge-repo;/libusb/libusb-compat-&libusb-compat-version;.tar.bz2">
|
2008-12-31 02:57:41 +08:00
|
|
|
<!ENTITY libusb-compat-download-ftp "&sources-anduin-ftp;/l/libusb-compat-&libusb-compat-version;.tar.bz2">
|
2009-07-27 20:49:39 +08:00
|
|
|
<!ENTITY libusb-compat-md5sum "570ac2ea085b80d1f74ddc7c6a93c0eb">
|
|
|
|
<!ENTITY libusb-compat-size "246 KB">
|
2008-12-30 08:28:51 +08:00
|
|
|
<!ENTITY libusb-compat-buildsize "2.0 MB">
|
|
|
|
<!ENTITY libusb-compat-time "less than 0.1 SBU">
|
|
|
|
]>
|
|
|
|
|
2009-03-04 06:44:07 +08:00
|
|
|
<sect1 id="libusb-compat" xreflabel="libusb-compat-&libusb-compat-version;">
|
2008-12-30 08:28:51 +08:00
|
|
|
<?dbhtml filename="libusb-compat.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2012-01-24 11:05:41 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2008-12-30 08:28:51 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>libusb-compat-&libusb-compat-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libusb-compat">
|
|
|
|
<primary sortas="a-Libusb-compat">Libusb-compat</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libusb-compat</title>
|
|
|
|
|
|
|
|
<para>The <application>libusb-compat</application> package aims to look,
|
2010-04-22 03:10:06 +08:00
|
|
|
feel and behave exactly like <application>libusb-0.1</application>. It is a
|
2009-07-27 20:49:39 +08:00
|
|
|
compatibility layer needed by packages that have not upgraded to the
|
2009-02-28 08:21:01 +08:00
|
|
|
<application>libusb-1</application> API.</para>
|
2008-12-30 08:28:51 +08:00
|
|
|
|
2009-07-27 20:49:39 +08:00
|
|
|
&lfs65_checked;
|
|
|
|
|
2008-12-30 08:28:51 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&libusb-compat-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&libusb-compat-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &libusb-compat-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &libusb-compat-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &libusb-compat-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &libusb-compat-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">libusb-compat Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2009-07-24 02:36:20 +08:00
|
|
|
<para role="required"><!-- <xref linkend="pkgconfig"/> and -->
|
2009-03-01 09:35:52 +08:00
|
|
|
<xref linkend="libusb"/></para>
|
2008-12-30 08:28:51 +08:00
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/libusb-compat"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
2009-02-28 08:21:01 +08:00
|
|
|
<title>Installation of libusb-compat</title>
|
2008-12-30 08:28:51 +08:00
|
|
|
|
2009-02-28 08:21:01 +08:00
|
|
|
<para>Install <application>libusb-compat</application> by running the
|
|
|
|
following commands:</para>
|
2008-12-30 08:28:51 +08:00
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
2009-07-27 20:49:39 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2008-12-30 08:28:51 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>libusb-config</seg>
|
2009-07-27 20:49:39 +08:00
|
|
|
<seg>libusb.{so,a}</seg>
|
2008-12-30 08:28:51 +08:00
|
|
|
<seg>None</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libusb-compat-lib">
|
|
|
|
<term><filename class='libraryfile'>libusb.{so,a}</filename></term>
|
|
|
|
<listitem>
|
2010-04-22 03:10:06 +08:00
|
|
|
<para>Libraries that are compatible with
|
2009-07-27 20:49:39 +08:00
|
|
|
<application>libusb-0.1</application>, but use
|
|
|
|
<application>libusb-1.0</application> to provide functionality.</para>
|
2008-12-30 08:28:51 +08:00
|
|
|
<indexterm zone="libusb-compat libusb-compat-lib">
|
|
|
|
<primary sortas="c-libusb-compat">libusb-1.0.{so,a}</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|