Changeset 3da547ca for general/genlib


Ignore:
Timestamp:
07/25/2024 04:42:20 PM (8 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
9c4dc78
Parents:
aff05ca9
Message:

Spacing

Location:
general/genlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/highway.xml

    raff05ca9 r3da547ca  
    105105
    106106    <para>
    107       <parameter>-DBUILD_TESTING=OFF</parameter>: This parameter disables the
     107      <parameter>-D BUILD_TESTING=OFF</parameter>: This parameter disables the
    108108      test suite from being built because
    109109      <ulink url="https://github.com/google/googletest">gtest</ulink> is not
     
    115115
    116116    <para>
    117       <parameter>-DBUILD_SHARED_LIBS=ON</parameter>: This parameter enables
     117      <parameter>-D BUILD_SHARED_LIBS=ON</parameter>: This parameter enables
    118118      building shared versions of the libraries instead of static versions.
    119119    </para>
  • general/genlib/qca.xml

    raff05ca9 r3da547ca  
    145145
    146146    <para>
    147       <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     147      <parameter>-D CMAKE_BUILD_TYPE=Release</parameter>: This switch is
    148148      used to apply a higher level of compiler optimizations.
    149149    </para>
    150150
    151151    <para>
    152       <parameter>-DQT6=ON</parameter>:
     152      <parameter>-DQ T6=ON</parameter>:
    153153      Ensure the packages is built with <xref linkend="qt6"/>.
    154154    </para>
    155155
    156156    <para>
    157       <parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
     157      <parameter>-D QCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
    158158      Install the qca man page in the normal location.
    159159    </para>
  • general/genlib/qcoro.xml

    raff05ca9 r3da547ca  
    112112
    113113    <para>
    114       <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     114      <parameter>-D CMAKE_BUILD_TYPE=Release</parameter>: This switch is
    115115      used to apply a higher level of compiler optimizations.
    116116    </para>
Note: See TracChangeset for help on using the changeset viewer.