mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Fixed typos in the libusb instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7781 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f6333c2206
commit
aff3caf07f
@ -4,7 +4,7 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libusb-download-http "&sources-anduin-http;/l/libusb-&libusb-version;.tar.bz2">
|
||||
<!ENTITY libusb-download-http "&sourceforge-repo;/libusb/libusb-&libusb-version;.tar.bz2">
|
||||
<!ENTITY libusb-download-ftp "&sources-anduin-ftp;/l/libusb-&libusb-version;.tar.bz2">
|
||||
<!ENTITY libusb-md5sum "df2447c23750ef2b4a314200feacc2ee">
|
||||
<!ENTITY libusb-size "304 KB">
|
||||
@ -74,12 +74,13 @@
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If you wish to build the API documentation (see the required
|
||||
dependencies), issue the following command:</para>
|
||||
<para>If <application>Doxygen</application> is installed and you wish to
|
||||
build the API documentation, issue the following command:</para>
|
||||
|
||||
<screen><userinput>cd doc &&
|
||||
<!-- not sure why we can't just use 'make -C doc docs' -->
|
||||
<screen><userinput>pushd doc &&
|
||||
make docs &&
|
||||
cd ..</userinput></screen>
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
@ -160,14 +161,15 @@ SYSFS{idProduct}=="4002", GROUP:="scanner"</literal></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libusb-1.0.{so,a}</seg>
|
||||
<seg>/usr/include/libusb-1.0 and /usr/share/doc/libusb-&libusb-version;</seg>
|
||||
<seg>/usr/include/libusb-1.0 and optionally
|
||||
/usr/share/doc/libusb-&libusb-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user