Changeset 65164ed


Ignore:
Timestamp:
12/08/2022 12:20:39 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6384c7d
Parents:
cbb00e28
Message:

Try to clarify dependencies for usbutils

wget is recommended for building (used in the instructions)
git is required if running autogen.sh on the github tarball.
the kernel tarball has teh necessary files and autogen.sh is not
needed. Also, if usbhid-dump is not needed, git is not needed either.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    rcbb00e28 r65164ed  
    8282    <bridgehead renderas="sect4">Required</bridgehead>
    8383    <para role="required">
    84       <xref linkend="libusb"/> and
     84      <xref linkend="libusb"/>
     85    </para>
     86
     87    <bridgehead renderas="sect4">Recommended</bridgehead>
     88    <para role="recommended">
     89<!-- git is required by autogen.sh. If using the tarball on kernel.org,
     90     autogen.sh does not need to be run. If using the github source,
     91     autogen.sh needs to be run, and git is used to pull the usbhid-dump
     92     submodule. -->
     93      <xref linkend="git"/> and
    8594      <xref linkend="wget"/>
    86       <!-- In the systemd book, a unit/timer is installed to update the
    87       usb.ids file automatically.
    88 
    89       wget is used in the instructions below.
    90       -->
    91     </para>
    92 
    93 <!-- lsusb.py has been ported to Python 3, and it is the only Python user
    94     <bridgehead renderas="sect4">Required Runtime</bridgehead>
    95     <para role="required">
    96       <xref role="runtime" linkend="python2"/>
    97     </para>
    98 -->
     95<!-- In the systemd book, a unit/timer is installed to update the
     96     usb.ids file automatically. wget is used in the instructions below. -->
     97    </para>
     98
    9999    <para condition="html" role="usernotes">User Notes:
    100100      <ulink url="&blfs-wiki;/usbutils"/>
Note: See TracChangeset for help on using the changeset viewer.