introduction.xml 1.1 KB

1234567891011121314151617181920212223242526
  1. <sect1 id="ch06-introduction">
  2. <title>Introduction</title>
  3. <para>
  4. The installation of all the software is pretty straightforward and
  5. you will probably think it's so much easier and shorter to give the generic
  6. installation instructions for each package and only explain how to
  7. install something if a certain package requires an alternate installation
  8. method. Although I agree on that, I choose to give the
  9. full instructions for each and every package. This is simply to avoid any
  10. possible confusion and errors.
  11. </para>
  12. <para>
  13. Now would be a good time to take a look at the optimization hint at <ulink
  14. url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">
  15. http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</ulink>
  16. if you plan on using compiler optimization for the packages
  17. installed in the following chapter. Compiler optimization can make a program run
  18. faster, but may also cause some compilation problems. If you run into problems
  19. after having used optimization, always try it without optimizing to see if you
  20. can reproduce the problem.
  21. </para>
  22. </sect1>