| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | <?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [  <!ENTITY % general-entities SYSTEM "../general.ent">  %general-entities;]><sect1 id="materials-introduction"><title>Introduction</title><?dbhtml filename="introduction.html"?><!--<para>Below is a list of packages you need to download for building a basicLinux system. The listed version numbers correspond to versions of thesoftware that are <emphasis>known</emphasis> to work, and this book isbased upon them. Unless you are an experienced LFS builder, we highlyrecommend not to try out newer versions, as the build commands for oneversion may not work with a newer version. Also, there is often a goodreason for not using the latest version due to known problems that haven'tbeen worked around yet.</para><para>All the URLs, when possible, refer to the project's page at<ulink url="http://www.freshmeat.net/"/>. The Freshmeatpages will give you easy access to the official download sites as well asproject websites, mailing lists, FAQs, changelogs and more.</para><para>We can't guarantee that these download locations are always available.In case a download location has changed since this book was published, pleasetry to google for the package. Should you remain unsuccessful with this, try one of the alternative means of downloading listed on<ulink url="&lfs-root;lfs/packages.html"/>.</para><para>You'll need to store all the downloaded packages and patches somewherethat is conveniently available throughout the entire build. You'll also need aworking directory in which to unpack the sources and build them. A scheme thatworks well is to use <filename class="directory">$LFS/sources</filename> as the place to storethe tarballs and patches, <emphasis>and</emphasis> as a working directory.This way everything you need will be located on the LFS partition and availableduring all stages of the building process.</para><para>So you may want to execute, as <emphasis>root</emphasis>, the followingcommand before starting your download session:</para>--><screen><userinput>mkdir $LFS/sources</userinput></screen><!--<para>And make this directory writable (and sticky) for your normal user - asyou won't do the downloading as <emphasis>root</emphasis>, we guess:</para>--><screen><userinput>chmod a+wt $LFS/sources</userinput></screen><!--<para>For your convenience the top of the list contains a link to a fileyou can use with the <ulink url="http://wget.sunsite.dk">wget</ulink>program. Using this file and the <command>wget</command> program willmake it easy to download all the files at once, rather than downloading eachand every individual file manually.</para>--></sect1>
 |