Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21603 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/pixman.xml

    r853ae3e5 re7d893b  
    77  <!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
    88  <!ENTITY pixman-download-ftp  " ">
    9   <!ENTITY pixman-md5sum        "8f34a92041de2daaa4c34c5f7c860f21">
    10   <!ENTITY pixman-size          "872 KB">
    11   <!ENTITY pixman-buildsize     "72 MB (with tests)">
    12   <!ENTITY pixman-time          "1.1 SBU (with tests)">
     9  <!ENTITY pixman-md5sum        "267a7af290f93f643a1bc74490d9fdd1">
     10  <!ENTITY pixman-size          "880 KB">
     11  <!ENTITY pixman-buildsize     "55 MB (with tests)">
     12  <!ENTITY pixman-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    9191    commands:</para>
    9292
    93 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    94 make</userinput></screen>
     93<screen><userinput>mkdir build &amp;&amp;
     94cd build &amp;&amp;
     95
     96meson --prefix=/usr &amp;&amp;
     97ninja</userinput></screen>
    9598
    9699    <para>
    97       To test the results, issue: <command>make check</command>.
     100      To test the results, issue: <command>ninja test</command>.
    98101    </para>
    99102
     
    102105    </para>
    103106
    104 <screen role="root"><userinput>make install</userinput></screen>
    105 
    106   </sect2>
    107 
    108   <sect2 role="commands">
    109     <title>Command Explanations</title>
    110 
    111     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    112       href="../../xincludes/static-libraries.xml"/>
     107<screen role="root"><userinput>ninja install</userinput></screen>
    113108
    114109  </sect2>
Note: See TracChangeset for help on using the changeset viewer.