prerequisites.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/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 the reader has a reasonable knowledge of using
  10. and installing Linux software. Before building an LFS system, we
  11. recommend reading the following HOWTOs:</para>
  12. <itemizedlist>
  13. <listitem><para>Software-Building-HOWTO
  14. <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
  15. <para>This is a comprehensive guide to building and installing
  16. <quote>generic</quote> Unix software distributions under Linux.</para></listitem>
  17. <listitem><para>The Linux Users' Guide
  18. <ulink url="http://www.linuxhq.com/guides/LUG/guide.html"/></para>
  19. <para>This guide covers the usage of assorted Linux software.</para></listitem>
  20. <listitem><para>The Essential Pre-Reading Hint
  21. <ulink url="&hints-root;essential_prereading.txt"/></para>
  22. <para>This is an LFS Hint written specifically for users new to Linux.
  23. It includes a list of links to excellent sources of information on a
  24. wide range of topics. Anyone attempting to install LFS should have an
  25. understanding of many of the topics in this hint.</para></listitem>
  26. </itemizedlist>
  27. </sect1>