| 1234567891011121314151617181920212223242526272829303132333435 | <sect1 id="ch06-introduction"><title>Introduction</title><?dbhtml filename="introduction.html" dir="chapter06"?><para>In this chapter we enter the building site, and startconstructing our LFS system in earnest.  That is, we chroot intoour temporary mini Linux system, create some auxiliary things,and then start installing all the packages, one by one.</para> <para>The installation of all the software is pretty straightforward, andyou will probably think it would be so much easier and shorter to givethe generic installation instructions for a package here and only explainin full the installation of those packages that require an alternatemethod. Although we agree with that, we choose to give the full instructions for each and every package, simply to avoid any possible confusion and errors.</para><para>If you plan to use compiler optimization for the packagesinstalled in this chapter, take a look at the optimization hint at <ulink url="&hints-root;optimization.txt"/>.Compiler optimization can make a program runfaster, but may also cause compilation problems. If you run into problemswhen using optimization, always try it without optimization to see if the problem persists.</para><para>Please refrain from installing more than one package at a time, evenif it may save you time (especially with dual CPU machines). If you installthe wrong package at the wrong time, it may hard-wire program paths to<filename class="directory">$LFS/static</filename> which will cause theprograms to stop working once the static directory is removed. The orderpackages are installed in this chapter have to be followed exactly to besure nothing is hard-wiring the static paths.</para></sect1>
 |