Ignore:
Timestamp:
12/20/2019 01:17:04 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5d77516
Parents:
e022b07
Message:

woff2 + brotli: minor tweaks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    re022b07 r822c1eb5  
    1010  <!ENTITY brotli-size          "23 MB">
    1111  <!ENTITY brotli-buildsize     "43 MB (add 5 MB if installing both sets of python bindings, add 9 MB for the main test and 5MB for testing the bindings)">
    12   <!-- time for testing without the bindings is minimal, each set takes similar tiem and space -->
     12  <!-- time for testing without the bindings is minimal, each set takes similar time and space -->
    1313  <!ENTITY brotli-time          "0.2 SBU (add 0.3 SBU for the python bindings, and 1.2 SBU if testing them)">
    1414]>
     
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    9999    <para role="optional">
    100       <xref linkend="python2"/> (to create the bindings for that)
     100      <xref linkend="python2"/> (to create python2 bindings)
    101101    </para>
    102102
     
    116116
    117117<screen><userinput>mkdir out &amp;&amp;
    118 cd out    &amp;&amp;
     118cd    out    &amp;&amp;
    119119
    120120cmake -DCMAKE_INSTALL_PREFIX=/usr \
     
    142142    <para>
    143143      If you wish to test the bindings, go back to the top-level directory and
    144       run python3 setup.py test.
     144      issue: <command>python3 setup.py test</command>.
    145145    </para>
    146146
     
    175175      <seglistitem>
    176176        <seg>
    177           brotli.
     177          brotli
    178178        </seg>
    179179        <seg>
    180           libbrotlicommon{-static.a,.so}, libbrotlidec{,-static,.so} and libbrotlienc{,-static,.so}.
     180          libbrotlicommon{-static.a,.so}, libbrotlidec{,-static,.so} and libbrotlienc{,-static,.so}
    181181        </seg>
    182182        <seg>
Note: See TracChangeset for help on using the changeset viewer.