From 5b62b8df9bb422aaad6783f7a703ce01089902ca Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 5 Jun 2011 17:25:03 +0000 Subject: Add rationale for Glib and PCRE. Fixes #2885. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- prologue/why.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'prologue/why.xml') diff --git a/prologue/why.xml b/prologue/why.xml index 8c6ae0e10..44049c786 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -162,6 +162,14 @@ internationalization and localization of numerous packages. + + Glib + + This package contains low-level core library functions for things + such as event loops and threading. It is used by one other LFS package, + Pkg-config. + + Glibc @@ -328,6 +336,15 @@ the build procedure for several LFS packages. + + PCRE + + This package is provides a library that can be used to implement + regular expression pattern matching using the same syntax and semantics + as Perl 5. It is a mandatory dependency of Glib, and can also be used + by Grep. + + Perl -- cgit v1.2.3-54-g00ecf