Changeset 1f3b7a7


Ignore:
Timestamp:
12/16/2005 05:18:12 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
ba1a38b
Parents:
708f97e9
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    r708f97e9 r1f3b7a7  
    66
    77  <!ENTITY libusb-download-http "http://prdownloads.sourceforge.net/libusb/libusb-&libusb-version;.tar.gz">
    8   <!ENTITY libusb-download-ftp " ">
    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">
     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">
    1313]>
    1414
     
    2525  </sect1info>
    2626
    27   <title>Libusb-&libusb-version;</title>
     27  <title>libusb-&libusb-version;</title>
    2828
    2929  <indexterm zone="libusb">
     
    3232
    3333  <sect2 role="package">
    34     <title>Introduction to Libusb</title>
     34    <title>Introduction to libusb</title>
    3535
    3636    <para>The <application>libusb</application> package contains a library
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">Libusb Dependencies</bridgehead>
     61    <bridgehead renderas="sect3">libusb Dependencies</bridgehead>
    6262
    6363    <bridgehead renderas="sect4">Optional (Required to Build the HTML User
     
    7575
    7676  <sect2 role="installation">
    77     <title>Installation of Libusb</title>
     77    <title>Installation of libusb</title>
    7878
    7979    <para>Install <application>libusb</application> by running the following
     
    8383make</userinput></screen>
    8484
    85     <para>If you wish to build the API documentation, issue
    86     the following command:</para>
     85    <para>If you wish to build the API documentation (see the required
     86    dependencies), issue the following command:</para>
    8787
    8888<screen><userinput>make apidox</userinput></screen>
     89
     90    <para>To test the results, issue <command>make -k check</command>.</para>
    8991
    9092    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9294<screen role="root"><userinput>make install</userinput></screen>
    9395
    94     <para>If you built the HTML user manual, install it using the following commands
    95     as the <systemitem class="username">root</systemitem> user:</para>
     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>
    96101
    97102<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/html &amp;&amp;
    98103install -v -m644 doc/html/* /usr/share/doc/libusb-&libusb-version;/html</userinput></screen>
    99104
    100     <para>If you built the API documentation, install it using the following commands
    101     as the <systemitem class="username">root</systemitem> user:</para>
     105    <para>If you built the API documentation, install it using the following
     106    commands as the <systemitem class="username">root</systemitem> user:</para>
    102107
    103108<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs &amp;&amp;
     
    110115    <title>Command Explanations</title>
    111116
    112     <para><parameter>--disable-build-docs</parameter>: This switch avoids building the
    113     HTML user manual.</para>
    114 
    115 <!-- Disabling obsolete text
    116 
    117     If you wish to build the user manual, you
    118     may need to remove the <application>OpenSP</application> catalog definitions
    119     from the system SGML catalogs. Use the following command
    120     before building the package to accomplish this:</para>
    121 
    122 <screen role='root'><userinput>sed -i.orig \
    123     -e "/CATALOG \/etc\/sgml\/OpenSP-1.5.1.cat/d" \
    124     /etc/sgml/catalog \
    125     /etc/sgml/sgml-docbook.cat</userinput></screen>
    126 
    127 -->
     117    <para><parameter>--disable-build-docs</parameter>: This switch avoids
     118    building the HTML user manual.</para>
    128119
    129120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.