Changeset 6000a3e for general


Ignore:
Timestamp:
10/17/2014 02:04:16 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
57518fe
Parents:
bfa21f3
Message:

SeaMonkey-2.30 and Thunderbird-31.2.0: add GStreamer 1.x.y dependency and in mozconfig.
Firefox-33.0: reorder optional dependencies.
Update to libxml2-2.9.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    rbfa21f3 r6000a3e  
    77  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    88  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-md5sum        "9c0cfef285d5c4a5c80d00904ddab380">
    10   <!ENTITY libxml2-size          "5.0 MB">
    11   <!ENTITY libxml2-buildsize     "100 MB">
    12   <!ENTITY libxml2-time          "0.6 SBU">
     9  <!ENTITY libxml2-md5sum        "9e6a9aca9d155737868b3dc5fd82f788">
     10  <!ENTITY libxml2-size          "5.2 MB">
     11  <!ENTITY libxml2-buildsize     "77 MB (additional 18 MB for the tests)">
     12  <!ENTITY libxml2-time          "0.5 SBU (additional 0.2 SBU for the tests)">
    1313  <!ENTITY testsuite-version     "20130923">
    1414]>
     
    110110    <title>Installation of libxml2</title>
    111111
    112     <para>If you downloaded the testsuite, issue the following command:</para>
    113 
    114 <screen><userinput>tar xf ../xmlts&testsuite-version;.tar.gz</userinput></screen>
    115 
    116112    <para>
    117113      Install <application>libxml2</application> by running the following
     
    122118make</userinput></screen>
    123119
    124     <para>
    125       To test the results, issue: <command>make check</command>.
     120    <para>If you downloaded the testsuite, issue the following command:</para>
     121
     122<screen><userinput>tar xf ../xmlts&testsuite-version;.tar.gz</userinput></screen>
     123
     124    <para>
     125      To test the results, issue: <command>make check &gt;
     126      ../check.log</command>. A summary of the results can be obtained with
     127      <command>grep -E '^Total|expected' ../check.log</command>.
    126128    </para>
    127129
Note: See TracChangeset for help on using the changeset viewer.