mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
update libxml2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7661 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f9a784ad39
commit
5da63ebd8b
@ -102,7 +102,7 @@ $Date$
|
||||
<!ENTITY popt-version "1.14">
|
||||
<!ENTITY slang-version "2.1.3">
|
||||
<!ENTITY gamin-version "0.1.9">
|
||||
<!ENTITY libxml2-version "2.6.31">
|
||||
<!ENTITY libxml2-version "2.7.2">
|
||||
<!ENTITY libxslt-version "1.1.24">
|
||||
<!ENTITY libgtkhtml-version "2.11.1">
|
||||
<!ENTITY gmp-version "4.2.2">
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!-- <!ENTITY libxml2-download-http "&gnome-download-http;/libxml2/2.6/libxml2-&libxml2-version;.tar.gz"> -->
|
||||
<!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
|
||||
<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
|
||||
<!ENTITY libxml2-md5sum "714b0683b1ec4bdc63bc356d729f9b18">
|
||||
<!ENTITY libxml2-size "4.7 MB">
|
||||
<!ENTITY libxml2-buildsize "85 MB (additional 184 MB to run the test suite)">
|
||||
<!ENTITY libxml2-time "1.3 SBU (additional 1.0 SBU to run the test suite)">
|
||||
<!ENTITY libxml2-md5sum " md5 dc43ff7ae6aded45f578c87b7b0c8766">
|
||||
<!ENTITY libxml2-size "4.6 MB">
|
||||
<!ENTITY libxml2-buildsize "89 MB (additional 23 MB to run the full test suite)">
|
||||
<!ENTITY libxml2-time "1.4 SBU (additional 0.4 SBU to run the full test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
|
||||
@ -55,6 +55,19 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Optional Testsuite: <ulink
|
||||
url="http://www.w3.org/XML/Test/xmlts20080205.tar"/> - this
|
||||
enables <command>make check</command> to do fuller testing. Note that
|
||||
the package will point you to this if you try to run the command
|
||||
without providing it, but the <filename>.tar.gz</filename> version is
|
||||
not downloadable, Also note this is <emphasis>not</emphasis> the
|
||||
latest version of the testsuite.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -85,6 +98,8 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libxml2</title>
|
||||
|
||||
<para>If you downloaded the testsuite, untar it in libxml2-&libxml2-version;.</para>
|
||||
|
||||
<para>Install <application>libxml2</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
@ -120,6 +135,10 @@ make</userinput></screen>
|
||||
<option>show-all-if-available</option> turned on.</para>
|
||||
</caution>
|
||||
|
||||
<para><parameter>--enable-shared --disable-static</parameter>: This pair
|
||||
of switches prevents the static libraries in this package from being
|
||||
built and installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -46,6 +46,9 @@
|
||||
<listitem>
|
||||
<para>[thomas] - Fixed some inaccuracies in dhcpcd.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Updated to libxml2-2.7.2.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user