introduction.xml 1019 B

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