Added dependencies to the Guile and GnuTLS instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10928 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2013-01-10 18:03:28 +00:00
parent 3ff3b9bb87
commit ba1be62e99
4 changed files with 17 additions and 4 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "05"> <!-- Always 2 digits -->
<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "January 5th, &year;">
<!ENTITY releasedate "January 10th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->

View File

@ -76,7 +76,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="pkgconfig"/>,
<xref linkend="gc"/> and
<xref linkend="gc"/>,
<xref linkend="libffi"/>, and
<xref linkend="libunistring"/>
</para>

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>January 10th, 2013</para>
<itemizedlist>
<listitem>
<para>[Randy] - Added dependencies to the Guile and GnuTLS
instructions.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 5th, 2013</para>
<itemizedlist>

View File

@ -106,7 +106,9 @@
<xref linkend="gtk-doc"/>,
<xref linkend="guile"/>,
<xref linkend="libidn"/>,
<xref linkend="p11-kit"/> and
<xref linkend="p11-kit"/>,
<ulink url="http://unbound.net/">Unbound</ulink> (to build the DANE library and requires
<ulink url="http://www.nlnetlabs.nl/projects/ldns/">ldns</ulink>), and
<ulink url="http://valgrind.org/">Valgrind</ulink> (used during the test suite)
</para>