Changeset 3f04503


Ignore:
Timestamp:
04/21/2022 01:26:04 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
4d95033
Parents:
b9a4450
Message:

Update instructions for the Brotli python module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    rb9a4450 r3f04503  
    124124    <para>
    125125      If desired, build the <application>Python3</application>
    126       bindings:
     126      bindings as the &root; user:
    127127    </para>
    128128
    129129<screen><userinput>pushd ..               &amp;&amp;
    130 python3 setup.py build &amp;&amp;
     130  pip3 wheel -w dist --no-build-isolation --no-deps $PWD &amp;&amp;
     131  pip3 install --no-index --find-links dist --no-cache-dir Brotli
    131132popd</userinput></screen>
    132 <!--  These are broken
    133 -->
     133<!--  These are broken -->
    134134    <para>
    135135      The python tests are missing most of the necessary testdata files and
     
    177177        <seg>
    178178          /usr/include/brotli
     179          /usr/lib/python3.10/site-packages/Brotli-&brotli-version;.dist-info
    179180        </seg>
    180181      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.