diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-27 02:54:11 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-27 02:54:11 +0000 |
commit | 5ae7f9e33816ae7015ffe8d0ea811774acf7bc46 (patch) | |
tree | ffc87f5f523de2d6e39a64abac80dd4829644fb9 /Attic/appendixb/introduction.xml | |
parent | cd5180b6ab57400a7e0aab3009d5211160fa914c (diff) |
Added a few deps to test the resulting rendered layout in html/etc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Attic/appendixb/introduction.xml')
-rw-r--r-- | Attic/appendixb/introduction.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Attic/appendixb/introduction.xml b/Attic/appendixb/introduction.xml new file mode 100644 index 000000000..d9f3d3f3d --- /dev/null +++ b/Attic/appendixb/introduction.xml @@ -0,0 +1,22 @@ +<sect1 id="ab-intro"> +<title>Introduction</title> + +<para>This appendix lists all the installation dependencies for all the +packages that are installed in this book. The listings will include +which programs from which packages are needed to successfully compile +the package to be installed.</para> + +<para>These are not running dependencies, meaning they don't tell you +what programs are needed to use that packages programs. Just the ones +needed to compile it.</para> + +<para>The dependency list can be, from time to time, outdated in regards +to the current used package version. Checking dependencies takes quite a +bit of work, so they may lag behind a bit on the package update. But +often with minor package updates, the installation dependencies hardly +change, so they'll be current in most cases. If we upgrade to a major +new release, we'll make sure the dependencies are checked too at the +same time.</para> + +</sect1> + |