Changeset bdc55ac for x/lib/libepoxy.xml


Ignore:
Timestamp:
10/07/2018 01:55:50 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
20c1f43
Parents:
3fd462f2
Message:

perl modules branch: Merge trunk r20565:20597, update md5sum for IO::Socket::SSL, correct text in note re its tests.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20598 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libepoxy.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/&libepoxy-version;/libepoxy-&libepoxy-version;.tar.xz">
    88  <!ENTITY libepoxy-download-ftp  " ">
    9   <!ENTITY libepoxy-md5sum        "4a6b9e581da229dee74c2263c84b1eca">
    10   <!ENTITY libepoxy-size          "792 KB">
    11   <!ENTITY libepoxy-buildsize     "33 MB (with tests)">
    12   <!ENTITY libepoxy-time          "0.2 SBU (with tests)">
     9  <!ENTITY libepoxy-md5sum        "e2845de8d2782b2d31c01ae8d7cd4cbb">
     10  <!ENTITY libepoxy-size          "216 KB">
     11  <!ENTITY libepoxy-buildsize     "34 MB (with tests)">
     12  <!ENTITY libepoxy-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    7878    </para>
    7979
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82      <xref linkend="doxygen"/> (for documentation, also requires -Ddocs=true to be set)
     83    </para>
     84
    8085    <para condition="html" role="usernotes">
    8186      User Notes: <ulink url="&blfs-wiki;/libepoxy"/>
     
    9196    </para>
    9297
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    94 make</userinput></screen>
     98<screen><userinput>mkdir build &amp;&amp;
     99cd build &amp;&amp;
     100
     101meson --prefix=/usr .. &amp;&amp;
     102ninja</userinput></screen>
    95103
    96104    <para>
    97       To test the results, issue: <command>make check</command>.
     105      To test the results, issue: <command>ninja test</command>.
    98106    </para>
    99107
     
    102110    </para>
    103111
    104 <screen role="root"><userinput>make install</userinput></screen>
     112<screen role="root"><userinput>ninja install</userinput></screen>
    105113
    106114  </sect2>
Note: See TracChangeset for help on using the changeset viewer.