Ignore:
Timestamp:
12/10/2022 06:25:47 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
a09fa5f
Parents:
524c5e3 (diff), 20d6b70 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/meson.xml

    r524c5e3 rf16e611  
    2424    <title/>
    2525
    26     <para>Meson is an open source build system meant to be both extremely fast
     26    <para>Meson is an open source build system designed to be both extremely fast
    2727    and as user friendly as possible.</para>
    2828
     
    3737
    3838    <tip revision="sysv">
    39       <para>This section is not strictly required for LFS if not using
    40       systemd. On the other hand, meson/ninja is a powerful build system,
    41       which is expected to be used more and more often. It is required for
     39      <para>This section is not strictly required when LFS does not use
     40      systemd. On the other hand, Meson, along with Ninja, makes
     41      a powerful build system combination,
     42      which will probably be used more and more often. It is required for
    4243      several packages in <ulink url="&blfs-book;">the BLFS
    4344      book</ulink>.</para>
     
    5758<screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    5859
    59     <para>The test suite requires some packages out of the scope of LFS.</para>
     60    <para>The test suite requires some packages outside the scope of LFS.</para>
    6061
    6162    <para>Install the package:</para>
     
    7172        <term><parameter>-w dist</parameter></term>
    7273        <listitem>
    73            <para>Put the created wheels into the
     74           <para>Puts the created wheels into the
    7475           <filename class='directory'>dist</filename> directory.</para>
    7576        </listitem>
     
    7980        <term><parameter>--find-links dist</parameter></term>
    8081        <listitem>
    81            <para>Install wheels from the
     82           <para>Installs wheels from the
    8283           <filename class='directory'>dist</filename> directory.</para>
    8384        </listitem>
Note: See TracChangeset for help on using the changeset viewer.