introduction.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <sect1 id="aa-intro">
  2. <title>Introduction</title>
  3. <?dbhtml filename="introduction.html" dir="appendixa"?>
  4. <para>This appendix describes the following aspects of every package
  5. that is installed in this book:</para>
  6. <itemizedlist>
  7. <listitem><para>The official download location for the
  8. package.</para></listitem>
  9. <listitem><para>What the package contains.</para></listitem>
  10. <listitem><para>What each program from a package does.</para></listitem>
  11. <listitem><para>What each package needs to compile.</para></listitem>
  12. </itemizedlist>
  13. <para>Most information about these packages (especially the descriptions of
  14. them) come from the man pages from those packages. We are not going to print
  15. the entire man page, just the core elements to make it possible to
  16. understand what a program does. To get knowledge of all details on a program,
  17. we suggest you start by reading the complete man page in addition to
  18. this appendix.</para>
  19. <para>Certain packages are documented in more depth
  20. than others, because we just happen to know more about certain
  21. packages than I know about others. If anything should be added to the
  22. following descriptions, please don't hesitate to email the mailing
  23. lists. We intend that the list should contain an in-depth description
  24. of every package installed, but we can't do it without help.</para>
  25. <para>Please note that currently only what a package does is described and not
  26. why it needs to be installed. This may be added later.</para>
  27. <para>Also listed are all of the installation dependencies for all the
  28. packages that are installed in this book. The listings will include
  29. which programs from which packages are needed to successfully compile
  30. the package to be installed.</para>
  31. <para>These are not running dependencies, meaning they don't tell you
  32. what programs are needed to use that packages programs. Just the ones
  33. needed to compile it.</para>
  34. <para>The dependency list can be, from time to time, outdated in regards
  35. to the current used package version. Checking dependencies takes quite a
  36. bit of work, so they may lag behind a bit on the package update. But
  37. often with minor package updates, the installation dependencies hardly
  38. change, so they'll be current in most cases. If we upgrade to a major
  39. new release, we'll make sure the dependencies are checked too at the
  40. same time.</para>
  41. </sect1>