mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to libcroco-0.6.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7867 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8fc023d227
commit
ef6e187f3a
@ -111,7 +111,7 @@ $Date$
|
||||
<!ENTITY GLib-version "1.2.10">
|
||||
<!ENTITY glib2-version "2.20.4">
|
||||
<!ENTITY libidl-version "0.8.12">
|
||||
<!ENTITY libcroco-version "0.6.1">
|
||||
<!ENTITY libcroco-version "0.6.2">
|
||||
<!ENTITY libgsf-version "1.14.7">
|
||||
<!ENTITY libglade-version "2.6.3">
|
||||
<!ENTITY expat-version "2.0.1">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
|
||||
<!ENTITY libcroco-download-ftp "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
|
||||
<!ENTITY libcroco-md5sum "b0975bd01eb11964f1b3f254f267a43d">
|
||||
<!ENTITY libcroco-size "381 KB">
|
||||
<!ENTITY libcroco-buildsize "9.8 MB">
|
||||
<!ENTITY libcroco-time "0.3 SBU">
|
||||
<!ENTITY libcroco-md5sum "1429c597aa4b75fc610ab3a542c99209">
|
||||
<!ENTITY libcroco-size "406 KB">
|
||||
<!ENTITY libcroco-buildsize "10 MB">
|
||||
<!ENTITY libcroco-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libcroco" xreflabel="libcroco-&libcroco-version;">
|
||||
@ -75,7 +75,13 @@
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.</para>
|
||||
<para>To test the results, issue:
|
||||
<command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.</para>
|
||||
|
||||
<para>If there are test failures, issue:
|
||||
<command>patch -Np1 -i tests/tests-error.log</command>.
|
||||
This will update the failed tests from CVS. You should now rerun the test.
|
||||
</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>July 25th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[gdalziel] - Updated to libcroco-0.6.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[gdalziel] - Updated to GLib-2.20.4.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user