Ignore:
Timestamp:
03/13/2023 04:48:55 PM (14 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
00120f96
Parents:
ca66edf
Message:

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-desktop.xml

    rca66edf r91318eb  
    111111cd    build &amp;&amp;
    112112
    113 meson --prefix=/usr        \
    114       --buildtype=release  .. &amp;&amp;
     113meson setup --prefix=/usr       \
     114            --buildtype=release \
     115            ..                  &amp;&amp;
    115116ninja</userinput></screen>
    116117
    117     <!-- Previously, there was a note here on SysV about the Wall Clock tests
    118          failing. Since we symlinked the timezones, it works okay now. -->
    119118    <!--<para>
    120119      To test the results, run <command>ninja test</command> from a X Terminal
Note: See TracChangeset for help on using the changeset viewer.