diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-28 02:52:14 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-28 02:52:14 +0000 |
commit | 0eb0afb41d6c6ccc1448550fd00761ad8d5d889d (patch) | |
tree | eb4397a718c00acf9992937be6bc5046820b050f /chapter02 | |
parent | ec0a924df94ddf427af1586d6ce53021be8a69c9 (diff) |
Chapter 2: Disabled section about dependencies for now.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/aboutdependencies.xml | 5 | ||||
-rw-r--r-- | chapter02/chapter02.xml | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter02/aboutdependencies.xml b/chapter02/aboutdependencies.xml index 9fd129e42..4a2ea74be 100644 --- a/chapter02/aboutdependencies.xml +++ b/chapter02/aboutdependencies.xml @@ -2,6 +2,9 @@ <title>About dependencies</title> <?dbhtml filename="aboutdependencies.html" dir="chapter02"?> +<!-- Leave this file in the repo until we figure out finally what to do with +dependencies --> + <para>There are a few ways to compile a list of a package's installation dependencies. What we consider the best way is using the <command>strace</command> program available at <ulink @@ -44,7 +47,7 @@ can't simply ignore all autoconf entries. A manual validation really is a requirement for an accurate list.</para> <para>This book is not so verbose as to list exactly which program from which -package is required for a successfull installation (we used to, but it had +package is required for a successful installation (we used to, but it had become too much work to maintain it). The book will contain simply the names of packages you need to have installed. If you need the verbosity in the form of "package a needs file b and c from package d", have a look diff --git a/chapter02/chapter02.xml b/chapter02/chapter02.xml index 66bfec3f0..3265cac98 100644 --- a/chapter02/chapter02.xml +++ b/chapter02/chapter02.xml @@ -5,7 +5,6 @@ &c2-aboutlfs; &c2-aboutsbus; &c2-abouttestsuites; -&c2-aboutdependencies; &c2-askforhelp; </chapter> |