Changeset e26e282d


Ignore:
Timestamp:
05/08/2022 10:32:05 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
3a8682f
Parents:
2e68ced9
Message:

libxcvt: add --buildtype=release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcvt.xml

    r2e68ced9 re26e282d  
    8888cd    build &amp;&amp;
    8989
    90 meson --prefix=/usr .. &amp;&amp;
     90meson --prefix=/usr --buildtype=release .. &amp;&amp;
    9191ninja</userinput></screen>
    9292
     
    100100
    101101<screen role="root"><userinput>ninja install</userinput></screen>
     102  </sect2>
     103
     104  <sect2 role="commands">
     105    <title>Command Explanations</title>
     106
     107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     108      href="../../xincludes/meson-buildtype-release.xml"/>
    102109  </sect2>
    103110
Note: See TracChangeset for help on using the changeset viewer.