Changeset caee73e9


Ignore:
Timestamp:
05/30/2022 01:09:37 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:
9d90199
Parents:
07bd5561
Message:

Make the britli instruction sensible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    r07bd5561 rcaee73e9  
    122122    </para>
    123123
    124     <para>
    125       If desired, build the <application>Python3</application>
    126       bindings as the &root; user:
    127     </para>
    128 
    129 <screen><userinput>pushd ..               &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
    132 popd</userinput></screen>
    133 <!--  These are broken -->
     124<!--  These are broken
    134125    <para>
    135126      The python tests are missing most of the necessary testdata files and
     
    138129      issue: <command>python3 setup.py test</command>.
    139130    </para>
    140 
     131-->
    141132    <para>
    142133      Now, as the <systemitem class="username">root</systemitem> user:
     
    146137cd ..</userinput></screen>
    147138
     139    <para>
     140      If desired, build and install the <application>Python3</application>
     141      bindings as the &root; user:
     142    </para>
     143
     144<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD &amp;&amp;
     145pip3 install --no-index --find-links dist --no-cache-dir Brotli</userinput></screen>
     146<!--
    148147    <para>
    149148      If you have built the <application>python</application> bindings,
     
    152151    </para>
    153152
    154 <!-- EDITORS: for DESTDIR style installs use
    155 python3 setup.py install \-\-root /some/where -->
    156 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     153<screen role="root"><userinput>python3 setup.py install - -optimize=1</userinput></screen>
     154-->
    157155
    158156  </sect2>
Note: See TracChangeset for help on using the changeset viewer.