Ignore:
Timestamp:
02/20/2018 05:41:51 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
520876a
Parents:
ee85ab4
Message:

Update to libgusb-0.3.0
Misc cleanup

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgusb.xml

    ree85ab4 r345c66e  
    77  <!ENTITY libgusb-download-http "https://people.freedesktop.org/~hughsient/releases/libgusb-&libgusb-version;.tar.xz">
    88  <!ENTITY libgusb-download-ftp  " ">
    9   <!ENTITY libgusb-md5sum        "fa2b41b828c749f9190edf888948a77b">
    10   <!ENTITY libgusb-size          "288 KB">
    11   <!ENTITY libgusb-buildsize     "4.5 MB (with tests)">
     9  <!ENTITY libgusb-md5sum        "3c178f1171f808785d6af971b1fdc50c">
     10  <!ENTITY libgusb-size          "40 KB">
     11  <!ENTITY libgusb-buildsize     "2.9 MB (with tests)">
    1212  <!ENTITY libgusb-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    106106    </para>
    107107
    108 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    109 make</userinput></screen>
     108    <screen><userinput>mkdir build &amp;&amp;
     109ch    build &amp;&amp;
     110
     111meson --prefix=/usr &amp;&amp;
     112ninja</userinput></screen>
    110113
    111114    <para>
    112       To test the results, issue: <command>make check</command>.
     115      To test the results, issue: <command>ninja test</command>.
    113116    </para>
    114117
     
    117120    </para>
    118121
    119 <screen role="root"><userinput>make install</userinput></screen>
     122<screen role="root"><userinput>ninja install</userinput></screen>
    120123  </sect2>
    121 
     124<!--
    122125  <sect2 role="commands">
    123126    <title>Command Explanations</title>
     
    130133
    131134  </sect2>
    132 
     135-->
    133136  <sect2 role="content">
    134137    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.