introduction.xml 1.5 KB

123456789101112131415161718192021222324252627282930
  1. <sect1 id="ch06-introduction">
  2. <title>Introduction</title>
  3. <?dbhtml filename="introduction.html" dir="chapter06"?>
  4. <para>The installation of all the software is pretty straightforward, and
  5. you will probably think it would be so much easier and shorter to give
  6. the generic installation instructions for a package here and only explain
  7. in full the installation of those packages that require an alternate
  8. method. Although we agree with that, we choose to give the
  9. full instructions for each and every package, simply to avoid any
  10. possible confusion and errors.</para>
  11. <para>Now would be a good time to take a look at the optimization hint
  12. at <ulink url="&hints-root;optimization.txt"/> if you plan to use
  13. compiler optimization for the packages
  14. installed in this chapter. Compiler optimization can make a program run
  15. faster, but may also cause compilation problems. If you run into problems
  16. when using optimization, always try it without optimization to see if
  17. the problem persists.</para>
  18. <para>Please refrain from installing more than one package at a time, even
  19. if it may save you time (especially with dual CPU machines). If you install
  20. the wrong package at the wrong time, it may hard-wire program paths to
  21. <filename class="directory">$LFS/static</filename> which will cause the
  22. programs to stop working once the static directory is removed. The order
  23. packages are installed in this chapter have to be followed exactly to be
  24. sure nothing is hard-wiring the static paths.</para>
  25. </sect1>