source: general/genlib/libusb.xml@ 1f3b7a7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1f3b7a7 was 1f3b7a7, checked in by Randy McMurchy <randy@…>, 18 years ago

Added an FTP download URL, a note about running the test suite and additional explanatory text to the libusb instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5436 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libusb-download-http "http://prdownloads.sourceforge.net/libusb/libusb-&libusb-version;.tar.gz">
8 <!ENTITY libusb-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libusb-&libusb-version;.tar.gz">
9 <!ENTITY libusb-md5sum "c6062b29acd2cef414bcc34e0decbdd1">
10 <!ENTITY libusb-size "375 KB">
11 <!ENTITY libusb-buildsize "7.4 MB (additional 1.3 MB to install documentation)">
12 <!ENTITY libusb-time "0.1 SBU">
13]>
14
15<sect1 id="libusb" xreflabel="libusb-&libusb-version;">
16 <?dbhtml filename="libusb.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libusb-&libusb-version;.tar</keyword>
23 <keyword role="ftpdir">libusb</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>libusb-&libusb-version;</title>
28
29 <indexterm zone="libusb">
30 <primary sortas="a-Libusb">Libusb</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libusb</title>
35
36 <para>The <application>libusb</application> package contains a library
37 used by some applications for USB device access.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libusb-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libusb-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libusb-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libusb-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libusb-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libusb-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">libusb Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Optional (Required to Build the HTML User
64 Manual)</bridgehead>
65 <para role="optional"><xref linkend="openjade"/> and
66 <ulink url="http://www.docbook.org/sgml/4.2/index.html"> DocBOOK SGML
67 DTD-4.2</ulink></para>
68
69 <bridgehead renderas="sect4">Optional (Required to Build the API
70 Documentation)</bridgehead>
71 <para role="optional"><xref linkend="doxygen"/> and
72 <ulink url="http://www.graphviz.org/">GraphViz</ulink></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of libusb</title>
78
79 <para>Install <application>libusb</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr --disable-build-docs &amp;&amp;
83make</userinput></screen>
84
85 <para>If you wish to build the API documentation (see the required
86 dependencies), issue the following command:</para>
87
88<screen><userinput>make apidox</userinput></screen>
89
90 <para>To test the results, issue <command>make -k check</command>.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 <para>If you built the HTML user manual (by having the required
97 dependencies installed and removing the
98 <parameter>--disable-build-docs</parameter> parameter from the
99 <command>configure</command> command), install it using the following
100 commands as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/html &amp;&amp;
103install -v -m644 doc/html/* /usr/share/doc/libusb-&libusb-version;/html</userinput></screen>
104
105 <para>If you built the API documentation, install it using the following
106 commands as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs &amp;&amp;
109install -v -m644 apidocs/html/* \
110 /usr/share/doc/libusb-&libusb-version;/apidocs</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para><parameter>--disable-build-docs</parameter>: This switch avoids
118 building the HTML user manual.</para>
119
120 </sect2>
121
122 <sect2 role="configuration">
123 <title>Configuring Libusb</title>
124
125 <para><application>libusb</application> requires the
126 <systemitem class="filesystem">usbfs</systemitem> kernel filesystem
127 to be mounted on <filename class="directory">/proc/bus/usb</filename>.
128 Applications require the files in this directory to be accessible to the user,
129 sometimes for both reading and writing. To restrict access to USB devices,
130 ensure the <systemitem class="filesystem">usb</systemitem> group exits
131 on your system. If necessary, create the <systemitem
132 class="filesystem">usb</systemitem> group using the following command:</para>
133
134<screen role='root'><userinput>groupadd -g 14 usb</userinput></screen>
135
136 <para id="libusb-kernel">Ensure that you have compiled the <quote>USB device
137 filesystem</quote> directly into the kernel or compiled it as a module
138 (listing the resulting <quote>usbcore</quote> module in the
139 <filename>/etc/sysconfig/modules</filename> file). You should also have an
140 entry similar to the line below in your <filename>/etc/fstab</filename>
141 file:</para>
142
143 <indexterm zone="libusb libusb-kernel">
144 <primary sortas="d-USB-device-filesystem">USB device filesystem</primary>
145 </indexterm>
146
147<screen><literal>usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0</literal></screen>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directory</segtitle>
158
159 <seglistitem>
160 <seg>usb-config</seg>
161 <seg>libusb.[so,a] and libusbpp.[so,a]</seg>
162 <seg>/usr/share/doc/libusb-&libusb-version;</seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="usb-config">
172 <term><command>usb-config</command></term>
173 <listitem>
174 <para>is a script that provides the right compiler and linker
175 flags for programs using
176 <filename class='libraryfile'>libusb</filename>.</para>
177 <indexterm zone="libusb usb-config">
178 <primary sortas="b-usb-config">usb-config</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="libusb-lib">
184 <term><filename class='libraryfile'>libusb.[so,a]</filename></term>
185 <listitem>
186 <para> libraries contain C functions for accessing
187 USB hardware.</para>
188 <indexterm zone="libusb libusb-lib">
189 <primary sortas="c-libusb">libusb.[so,a]</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.