Updated to libgnomecanvas-2.10.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4106 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-10 23:05:13 +00:00
parent d0de39a308
commit 377f4314f3

View File

@ -6,10 +6,10 @@
<!ENTITY libgnomecanvas-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/&gnome-version;/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
<!ENTITY libgnomecanvas-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/&gnome-version;/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
<!ENTITY libgnomecanvas-md5sum "2bf10396a92777e7b64b6052a8a232f1">
<!ENTITY libgnomecanvas-size "578 KB">
<!ENTITY libgnomecanvas-buildsize "12.3 MB">
<!ENTITY libgnomecanvas-time "0.28 SBU">
<!ENTITY libgnomecanvas-md5sum "88aac06c8dfd24671db3fe3bf881b5fc">
<!ENTITY libgnomecanvas-size "575 KB">
<!ENTITY libgnomecanvas-buildsize "12 MB">
<!ENTITY libgnomecanvas-time "0.3 SBU">
]>
<sect1 id="libgnomecanvas" xreflabel="libgnomecanvas-&libgnomecanvas-version;">
@ -60,20 +60,14 @@ url="&libgnomecanvas-download-ftp;"/></para></listitem>
<para>Install <application>libgnomecanvas</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
make</command></userinput></screen>
</sect2>
<para>To test the results, issue: <command>make check</command>.</para>
<sect2>
<title>Command explanations</title>
<para>Now, as the root user:</para>
<para><option>--disable-gtk-doc</option>: This switch will prevent the
rebuilding of the <acronym>API</acronym> documentation during the
<command>make</command> command.
</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -87,4 +81,3 @@ rebuilding of the <acronym>API</acronym> documentation during the
</sect2>
</sect1>