mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
d0de39a308
commit
377f4314f3
@ -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 &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user