source: BOOK/prologue/common/prerequisites.xml@ d8d2f8c

clfs-3.0.0-systemd systemd
Last change on this file since d8d2f8c was 4c107cd, checked in by Chris Staub <chris@…>, 10 years ago

Removed end-of-line spaces

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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 a CLFS 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. A basic knowledge of the architectures being used in
21 the Cross LFS process and the host operating systems in use is also
22 required.</para>
23
24 <para>Because the CLFS book assumes <emphasis>at least</emphasis> this basic
25 level of skill, the various CLFS support forums are unlikely to be able to
26 provide you with much assistance in these areas. Your questions regarding
27 such basic knowledge will likely go unanswered, or you will be referred to
28 the CLFS essential pre-reading list.</para>
29
30 <para>Before building a CLFS system, we recommend reading the following
31 HOWTOs:</para>
32
33 <itemizedlist>
34 <listitem>
35 <para remap="verbatim">Software-Building-HOWTO
36 <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
37
38 <para>This is a comprehensive guide to building and installing
39 <quote>generic</quote> Unix software distributions under Linux.</para>
40 </listitem>
41 <listitem>
42 <para remap="verbatim">The Linux Users' Guide
43 <ulink url="http://www.tldp.org/pub/Linux/docs/ldp-archived/users-guide/"/></para>
44
45 <para>This guide covers the usage of assorted Linux software.</para>
46 </listitem>
47 <listitem>
48 <para remap="verbatim">The Essential Pre-Reading Hint
49 <ulink url="&hints-root;Essential_Prereading"/></para>
50
51 <para>This is a hint written specifically for users new to Linux.
52 It includes a list of links to excellent sources of information on a
53 wide range of topics. Anyone attempting to install CLFS should have an
54 understanding of many of the topics in this hint.</para>
55 </listitem>
56 </itemizedlist>
57
58</sect1>
Note: See TracBrowser for help on using the repository browser.