Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland-protocols.xml

    r20a35ab r87351a9  
    77  <!ENTITY wayland-protocols-download-http "https://wayland.freedesktop.org/releases/wayland-protocols-&wayland-protocols-version;.tar.xz">
    88  <!ENTITY wayland-protocols-download-ftp  " ">
    9   <!ENTITY wayland-protocols-md5sum        "8196416baac07cd833bcb86b69da41a7">
    10   <!ENTITY wayland-protocols-size          "116 KB">
     9  <!ENTITY wayland-protocols-md5sum        "b0836533a3f2dc6585b1dae00341157f">
     10  <!ENTITY wayland-protocols-size          "112 KB">
    1111  <!ENTITY wayland-protocols-buildsize     "1.2 MB (with tests)">
    1212  <!ENTITY wayland-protocols-time          "less than 0.1 SBU (with tests)">
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy: dj $</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9192    </para>
    9293
    93 <screen><userinput>mkdir build &amp;&amp;
    94 cd    build &amp;&amp;
    95 
    96 meson --prefix=/usr --buildtype=release &amp;&amp;
    97 ninja</userinput></screen>
     94<screen><userinput>./configure --prefix=/usr &amp;&amp;
     95make</userinput></screen>
    9896
    9997    <para>
    100       To test the results, issue: <command>ninja test</command>.
     98      To test the results, issue: <command>make check</command>.
    10199    </para>
    102100
     
    105103    </para>
    106104
    107 <screen role="root"><userinput>ninja install</userinput></screen>
     105<screen role="root"><userinput>make install</userinput></screen>
    108106  </sect2>
    109107
     
    129127    </segmentedlist>
    130128  </sect2>
    131 
    132129</sect1>
Note: See TracChangeset for help on using the changeset viewer.