mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Removed GMP since it is now in LFS
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7681 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3053a2f7fb
commit
e444c07652
@ -105,7 +105,7 @@ $Date$
|
||||
<!ENTITY libxml2-version "2.7.2">
|
||||
<!ENTITY libxslt-version "1.1.24">
|
||||
<!ENTITY libgtkhtml-version "2.11.1">
|
||||
<!ENTITY gmp-version "4.2.2">
|
||||
<!-- <!ENTITY gmp-version "4.2.2"> Now in LFS -->
|
||||
<!ENTITY gdbm-version "1.8.3">
|
||||
<!ENTITY GLib-version "1.2.10">
|
||||
<!ENTITY glib2-version "2.18.2">
|
||||
|
@ -50,7 +50,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgtkhtml.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glib.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glib2.xml"/>
|
||||
|
@ -94,7 +94,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required to Build the Fortran
|
||||
Compiler)</bridgehead>
|
||||
<para role="optional"><xref linkend="gmp"/> and
|
||||
<para role="optional">
|
||||
<ulink url="http://www.mpfr.org/">MPFR</ulink></para>
|
||||
|
||||
<note>
|
||||
|
@ -69,8 +69,8 @@
|
||||
|
||||
<bridgehead renderas="sect3">Guile Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gmp"/></para>
|
||||
<!-- <bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gmp"/></para> -->
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="required"><xref linkend="emacs"/></para>
|
||||
|
@ -73,7 +73,7 @@
|
||||
<para role="required"><xref linkend="gdbm"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gmp"/> and
|
||||
<para role="optional"><!-- <xref linkend="gmp"/> and -->
|
||||
<xref linkend="gcc"/> (build Java so that
|
||||
<filename class='libraryfile'>libffi</filename> is built)</para>
|
||||
|
||||
|
@ -78,7 +78,6 @@
|
||||
<bridgehead renderas="sect4">Optional System Utilities and Libraries</bridgehead>
|
||||
<para role="optional"><xref linkend="libxslt"/>,
|
||||
<!-- <xref linkend="gamin"/>, -->
|
||||
<xref linkend="gmp"/>,
|
||||
<xref linkend="pcre"/>,
|
||||
<xref linkend="aspell"/>,
|
||||
<xref linkend="pkgconfig"/>,
|
||||
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>December 28th, 2008</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Removed GMP since it is now in LFS.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to hdparm-9.6.</para>
|
||||
</listitem>
|
||||
|
@ -61,9 +61,8 @@
|
||||
<para role="required"><xref linkend="kdebase"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="libjpeg"/>,
|
||||
<xref linkend="libxml2"/>, and
|
||||
<xref linkend="gmp"/> (required for KCalc)
|
||||
<para role="recommended"><xref linkend="libjpeg"/>, and
|
||||
<xref linkend="libxml2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -75,7 +75,6 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="tcpwrappers"/>,
|
||||
<xref linkend="unixodbc"/>,
|
||||
<xref linkend="gmp"/>,
|
||||
<ulink url="http://www.openslp.org/">OpenSLP</ulink>,
|
||||
<xref linkend="pth"/>, and one of
|
||||
<xref linkend="mysql"/>,
|
||||
|
Loading…
Reference in New Issue
Block a user