Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/amtk.xml

    rc93c620c r8d8b9ff  
    77  <!ENTITY amtk-download-http "&gnome-download-http;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
    88  <!ENTITY amtk-download-ftp  "&gnome-download-ftp;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
    9   <!ENTITY amtk-md5sum        "8ea25cde8b7bdbf98d7d6c939dea1724">
    10   <!ENTITY amtk-size          "376 KB">
    11   <!ENTITY amtk-buildsize     "8.5 MB">
     9  <!ENTITY amtk-md5sum        "26edf5c301e66a02f0ea7829855807f5">
     10  <!ENTITY amtk-size          "60 KB">
     11  <!ENTITY amtk-buildsize     "3.1 MB">
    1212  <!ENTITY amtk-time          "0.1 SBU">
    13 
    1413]>
    1514
     
    1716  <?dbhtml filename="amtk.html"?>
    1817
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2218
    2319  <title>Amtk-&amtk-version;</title>
     
    3531    </para>
    3632
    37     &lfs110a_checked;
     33    &lfs112_checked;
    3834
    3935    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9793    </para>
    9894
    99 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    100 make</userinput></screen>
     95<screen><userinput>mkdir amtk-build &amp;&amp;
     96cd    amtk-build &amp;&amp;
     97
     98meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
     99ninja</userinput></screen>
    101100
    102101    <para>
    103       To test the results, issue: <command>make check</command>.
     102      To test the results, issue: <command>ninja test</command>.
    104103    </para>
    105104
     
    108107    </para>
    109108
    110 <screen role="root"><userinput>make install</userinput></screen>
     109<screen role="root"><userinput>ninja install</userinput></screen>
    111110  </sect2>
    112111
     
    115114
    116115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117     href="../../xincludes/gtk-doc-rebuild.xml"/>
     116      href="../../xincludes/meson-buildtype-release.xml"/>
     117
     118    <para>
     119      <parameter>-Dgtk_doc=false</parameter>: This switch prevents the build
     120      system from generating and installing the API documentation. Omit this
     121      switch if you have <xref linkend="gtk-doc" role="nodep"/> installed and
     122      wish to generate and install the API documentation.
     123    </para>
    118124
    119125  </sect2>
Note: See TracChangeset for help on using the changeset viewer.