[bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="pre-prerequisites">
|
---|
| 9 | <?dbhtml filename="prerequisites.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Prerequisites</title>
|
---|
| 12 |
|
---|
| 13 | <para>Building an LFS system is not a simple task. It requires a certain
|
---|
| 14 | level of existing knowledge of Unix system administration in order to
|
---|
| 15 | resolve problems, and correctly execute the commands listed. In particular,
|
---|
| 16 | as an absolute minimum, the reader should already have the ability to use
|
---|
| 17 | the command line (shell) to copy or move files and directories, list
|
---|
| 18 | directory and file contents, and change the current directory. It is also
|
---|
| 19 | expected that the reader has a reasonable knowledge of using and installing
|
---|
| 20 | Linux software.</para>
|
---|
| 21 |
|
---|
| 22 | <para>Because the LFS book assumes <emphasis>at least</emphasis> this basic
|
---|
| 23 | level of skill, the various LFS support forums are unlikely to be able to
|
---|
| 24 | provide you with much assistance; you will find that your questions regarding
|
---|
| 25 | such basic knowledge will likely go unanswered, or you will simply be referred
|
---|
| 26 | to the LFS essential pre-reading list.</para>
|
---|
| 27 |
|
---|
| 28 | <para>Before building an LFS system, we recommend reading the following
|
---|
| 29 | HOWTOs:</para>
|
---|
| 30 |
|
---|
| 31 | <itemizedlist>
|
---|
| 32 | <listitem>
|
---|
| 33 | <para remap="verbatim">Software-Building-HOWTO
|
---|
| 34 | <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
|
---|
| 35 |
|
---|
| 36 | <para>This is a comprehensive guide to building and installing
|
---|
| 37 | <quote>generic</quote> Unix software distributions under Linux.</para>
|
---|
| 38 | </listitem>
|
---|
| 39 | <listitem>
|
---|
| 40 | <para remap="verbatim">The Linux Users' Guide
|
---|
| 41 | <ulink url="http://www.linuxhq.com/guides/LUG/guide.html"/></para>
|
---|
| 42 |
|
---|
| 43 | <para>This guide covers the usage of assorted Linux software.</para>
|
---|
| 44 | </listitem>
|
---|
| 45 | <listitem>
|
---|
| 46 | <para remap="verbatim">The Essential Pre-Reading Hint
|
---|
| 47 | <ulink url="&hints-root;essential_prereading.txt"/></para>
|
---|
| 48 |
|
---|
| 49 | <para>This is an LFS Hint written specifically for users new to Linux.
|
---|
| 50 | It includes a list of links to excellent sources of information on a
|
---|
| 51 | wide range of topics. Anyone attempting to install LFS should have an
|
---|
| 52 | understanding of many of the topics in this hint.</para>
|
---|
| 53 | </listitem>
|
---|
| 54 | </itemizedlist>
|
---|
| 55 |
|
---|
| 56 | </sect1>
|
---|