mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
3ff3b9bb87
commit
ba1be62e99
@ -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] -->
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user