From c84ddd992c4865dba8a6f69d63ddc59784a89d0c Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 5 Oct 2003 12:57:37 +0000 Subject: Some more adjustments. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/chapter04.xml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'chapter04') diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index da0f8ff3d..2ba008db2 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -17,26 +17,29 @@ reason for not using the latest version due to known problems that haven't been worked around yet. All the URLs, when possible, refer to the project's page at -. The Freshmeat +. The Freshmeat pages will give you easy access to the official download sites as well as project websites, mailinglists, FAQs, Changelogs and more. We can't guarantee that these download locations are always available to you. In case a download location has changed since this book was published, please try to google for the package. Should you remain -unsuccessful with this you should consult the book's errata page at - or try -the alternative means of download listed at +unsuccessful with this, you can consult the book's errata page at + or try +the alternative means of downloading given at You'll need to store all the downloaded packages and patches somewhere that is conveniently available throughout the entire build. You'll also need a working directory in which to unpack the sources and build them. A scheme that -works well is to use $LFS/tools/src/packages for all the downloaded files and -$LFS/tools/src for the working directory. In this way, everything will be on the -LFS partition and always available. Normally, you should delete the source and -build directories after each package installation, unless instructed to do -otherwise. +works well is to use $LFS/tools/src/packages for all the +downloaded files and $LFS/tools/src for the working +directory. In this way, everything will be on the LFS partition and always +available. + +Ater each package installation you should normally delete the source and +build directories (for cleanness sake and to save space), +unless instructed to do otherwise.