From 8bd11de1a14244679eb9cc9e7674eae3d56f82f6 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 27 Jul 2004 20:04:39 +0000 Subject: [PATCH] Added pkgconfig as an optional dependency of libxml2 and libxslt git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2506 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/libxml2.xml | 3 +-- general/genlib/libxslt.xml | 33 +++++++++++++++--------------- introduction/welcome/changelog.xml | 3 ++- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/general/genlib/libxml2.xml b/general/genlib/libxml2.xml index 365483fc97..6c5089f798 100644 --- a/general/genlib/libxml2.xml +++ b/general/genlib/libxml2.xml @@ -9,7 +9,6 @@ - ]> @@ -38,7 +37,7 @@ required: &libxml2-buildsize; <application>libxml2</application> dependencies Optional - + and diff --git a/general/genlib/libxslt.xml b/general/genlib/libxslt.xml index 5da7db4d50..528b755d75 100644 --- a/general/genlib/libxslt.xml +++ b/general/genlib/libxslt.xml @@ -9,7 +9,6 @@ - ]> @@ -18,12 +17,12 @@ Introduction to <application>libxslt</application> - + The libxslt package contains XSLT libraries. These are useful for extending libxml2 libraries to support XSLT files. - + Package information Download (HTTP): Estimated build time: &libxslt-time; - + <application>libxslt</application> dependencies Required Optional - and +, and libgcrypt - + Installation of <application>libxslt</application> - -Install libxslt by running the following commands: - + +Install libxslt by running the following +commands: + ./configure --prefix=/usr && make && make install - + Contents - + The libxslt package contains libxslt libraries, libexslt libraries, xsltproc and xslt-config. - + - + Description - + libxslt libraries libxslt libraries provide extensions to the libxml2 libraries to parse files that use the XSLT format. - + xsltproc xsltproc is used to apply XSLT stylesheets to XML documents. - - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index b9a327a6d6..165b401b4e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -19,7 +19,8 @@ who wrote what. July 27th, 2004 [randy]: Added 'Contents', 'Description' and -a note about setting environment variables to the Tk instructions. +a note about setting environment variables to the Tk instructions; added +pkgconfig as an optional dependency of libxml2 and libxslt. July 27th, 2004 [randy]: Added FTP download location to