Ignore:
Timestamp:
08/16/2021 05:42:37 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f376acb0
Parents:
08e1b767
Message:

Repleace create-mach-environment in FF91 and TB91.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r08e1b767 r8d70628  
    223223
    224224    <para>
    225       Compile <application>Thunderbird</application> by issuing the following
    226       commands:
     225      Now invoke the Python <command>mach</command> script to compile
     226      <application>Thunderbird</application>:
    227227    </para>
    228228
     
    237237
    238238<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
     239export MACH_USE_SYSTEM_PYTHON=1 &amp;&amp;
    239240./mach create-mach-environment &amp;&amp;
    240241./mach configure      &amp;&amp;
     
    250251    </para>
    251252
    252 <screen role="root"><userinput>./mach install</userinput></screen>
     253<screen role="root"><userinput>MACH_USE_SYSTEM_PYTHON=1 ./mach install</userinput></screen>
     254
     255    <para>
     256      Empty the environment variables which were set above:
     257    </para>
     258
     259<screen><userinput>unset CC CXX MACH_USE_SYSTEM_PYTHON</userinput></screen>
    253260
    254261  </sect2>
     
    273280      <!-- For more info, see Ticket #13969. ~12GB to ~5GB build size,
    274281      significantly smaller build time.-->
     282    </para>
     283
     284    <para>
     285      <command>MACH_USE_SYSTEM_PYTHON=1</command>: Use the system python
     286      to create a virtual environment for <command>mach</command> without
     287      downloading any python wheels.
    275288    </para>
    276289
Note: See TracChangeset for help on using the changeset viewer.