diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-05 12:57:37 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-05 12:57:37 +0000 |
commit | c84ddd992c4865dba8a6f69d63ddc59784a89d0c (patch) | |
tree | e9eec11b7f6ac62ecc69306714b8fb3e141a58bb /chapter04/chapter04.xml | |
parent | 7da1bffa1e5dfdc369de14a1e4784c7272977fbb (diff) |
Some more adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/chapter04.xml')
-rw-r--r-- | chapter04/chapter04.xml | 25 |
1 files changed, 15 insertions, 10 deletions
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.</para> <para>All the URLs, when possible, refer to the project's page at -<ulink url="http://www.freshmeat.net"/>. The Freshmeat +<ulink url="http://www.freshmeat.net/"/>. The Freshmeat pages will give you easy access to the official download sites as well as project websites, mailinglists, FAQs, Changelogs and more.</para> <para>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 -<ulink url="http://linuxfromscratch.org/lfs/print"/> or try -the alternative means of download listed at +unsuccessful with this, you can consult the book's errata page at +<ulink url="http://linuxfromscratch.org/lfs/print/"/> or try +the alternative means of downloading given at <ulink url="http://linuxfromscratch.org/lfs/packages.html"/></para> <para>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.</para> +works well is to use <filename>$LFS/tools/src/packages</filename> for all the +downloaded files and <filename>$LFS/tools/src</filename> for the working +directory. In this way, everything will be on the LFS partition and always +available.</para> + +<para>Ater each package installation you should normally delete the source and +build directories (for cleanness sake and to save space), +<emphasis>unless</emphasis> instructed to do otherwise.</para> <!-- <para>For your convenience the top of the list contains a link to a file @@ -325,7 +328,9 @@ Zlib Vsnprintf Patch (&zlib-patch-version;) - &zlib-patch-size;: <para>In addition, there are a number of optional patches that have been created by the LFS community. Most of these solve slight problems, or enable some functionality that's not enabled by default. Please feel free to examine -the patches database, located at <ulink url="http://www.linuxfromscratch.org/patches"/>, and choose any additional patches you might wish to use.</para> +the patches database, located at +<ulink url="http://www.linuxfromscratch.org/patches/"/>, and choose any +additional patches you might wish to use.</para> </sect1> |