prerequisites.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="pf-prerequisites">
  7. <title>Prerequisites</title>
  8. <?dbhtml filename="prerequisites.html"?>
  9. <para>This book assumes that its reader has a good deal of knowledge about
  10. using and installing Linux software. Before you begin building your LFS
  11. system, you should read the following HOWTOs:</para>
  12. <itemizedlist>
  13. <listitem><para>Software-Building-HOWTO</para>
  14. <para>This is a comprehensive guide to building and installing
  15. <quote>generic</quote> Unix software distributions under Linux. This HOWTO is
  16. available at <ulink
  17. url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/>.</para>
  18. </listitem>
  19. <listitem><para>The Linux Users' Guide</para>
  20. <para>This guide covers the usage of assorted Linux software and is
  21. available at
  22. <ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/>.</para></listitem>
  23. <listitem><para>The Essential Pre-Reading Hint</para>
  24. <para>This is an LFS Hint written specifically for new users of Linux. It is
  25. mostly a list of links to excellent sources of information on a wide range of
  26. topics. Any person attempting to install LFS, should at least have an
  27. understanding of many of the topics in this hint. It is available at
  28. <ulink url="&hints-root;essential_prereading.txt"/></para></listitem>
  29. </itemizedlist>
  30. </sect1>