mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Moved GAIL from a required to an optional dependency, modified build entities and added MD5 sum to libgtkhtml instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2925 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
51786f0529
commit
315a7676c4
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.6/libgtkhtml-&libgtkhtml-version;.tar.bz2">
|
||||
<!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.6/libgtkhtml-&libgtkhtml-version;.tar.bz2">
|
||||
<!ENTITY libgtkhtml-md5sum "a9b71134e50e62d20ab4777f899225b3">
|
||||
<!ENTITY libgtkhtml-size "417 KB">
|
||||
<!ENTITY libgtkhtml-buildsize "150 MB">
|
||||
<!ENTITY libgtkhtml-time "1.40 SBU">
|
||||
|
||||
<!ENTITY libgtkhtml-buildsize "28.4 MB">
|
||||
<!ENTITY libgtkhtml-time "0.80 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libgtkhtml" xreflabel="libgtkhtml-&libgtkhtml-version;">
|
||||
@ -32,8 +32,9 @@
|
||||
url="&libgtkhtml-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&libgtkhtml-download-ftp;"/></para></listitem>
|
||||
<listitem><para>MD5 sum: &libgtkhtml-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &libgtkhtml-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&libgtkhtml-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&libgtkhtml-time;</para></listitem></itemizedlist>
|
||||
@ -41,7 +42,12 @@ url="&libgtkhtml-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application>libgtkhtml</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="gail"/> and <xref linkend="gnome-vfs"/></para></sect4>
|
||||
<para><xref linkend="gnome-vfs"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="gail"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -49,14 +55,26 @@ url="&libgtkhtml-download-ftp;"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>libgtkhtml</application></title>
|
||||
|
||||
<para>Install <application>libgtkhtml</application> by running the following commands:</para>
|
||||
<para>Install <application>libgtkhtml</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--disable-accessibility &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--disable-accessibility</parameter>: This forces the package
|
||||
to build without linking to the
|
||||
<filename class='libraryfile'>libgailutil</filename> accessibility library.
|
||||
Remove this switch if you have <application>GAIL</application> installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
@ -68,8 +86,9 @@ make install</command></userinput></screen>
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>libgtkhtml-2 libraries</title>
|
||||
<para><filename class="libraryfile">libgtkhtml-2</filename> libraries provide the functions necessary to render
|
||||
and/or edit <acronym>HTML</acronym>.</para></sect3>
|
||||
<para><filename class="libraryfile">libgtkhtml-2</filename> libraries provide
|
||||
the functions necessary to render and/or edit
|
||||
<acronym>HTML</acronym>.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -23,7 +23,9 @@ who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 11th, 2004 [randy]: Moved librsvg instructions to
|
||||
Chapter 9 - Graphics and Font Libraries.</para></listitem>
|
||||
Chapter 9 - Graphics and Font Libraries; changed GAIL from a required to an
|
||||
optional dependency, modified build entities and added MD5 sum to the
|
||||
libgtkhtml instructions.</para></listitem>
|
||||
|
||||
<listitem><para>November 10th, 2004 [randy]: Added new package
|
||||
desktop-file-utils-0.9; removed GNOME dependencies and the reference to
|
||||
|
Loading…
Reference in New Issue
Block a user