source: prologue/prerequisites.xml@ 2e45b62

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/update-glibc
Last change on this file since 2e45b62 was 2e45b62, checked in by David Bryant <davidbryant@…>, 19 months ago

Polished the prose; fixed some punctuation.

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[287ea55]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[287ea55]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[b330f4a]7
[dc931cb]8<sect1 id="pre-prerequisites">
[b330f4a]9 <?dbhtml filename="prerequisites.html"?>
[287ea55]10
[b330f4a]11 <title>Prerequisites</title>
[2f1cb7d]12
[b330f4a]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 resolve
[9ee226e]15 problems and correctly execute the commands listed. In particular, as an
[2e45b62]16 absolute minimum, you should already know how to use the
[b330f4a]17 command line (shell) to copy or move files and directories, list directory
18 and file contents, and change the current directory. It is also expected that
[2e45b62]19 you know how to use and install Linux
[b330f4a]20 software.</para>
[2f1cb7d]21
[b330f4a]22 <para>Because the LFS book assumes <emphasis>at least</emphasis> this basic
[2e45b62]23 level of skill, the various LFS support forums are unlikely to
[9ee226e]24 provide you with much assistance in these areas. You will find that your
[2e45b62]25 questions regarding such basic knowledge will likely go unanswered (or you
26 will simply be referred to the LFS essential pre-reading list).</para>
[81fd230]27
[2e45b62]28 <para>Before building an LFS system, we urge you to read these articles:</para>
[81fd230]29
[b330f4a]30 <itemizedlist>
31 <listitem>
32 <para>Software-Building-HOWTO
[fb66c4c]33 <ulink url="https://tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
[81fd230]34
[b330f4a]35 <para>This is a comprehensive guide to building and installing
[9ee226e]36 <quote>generic</quote> Unix software packages under Linux. Although it
37 was written some time ago, it still provides a good summary of the
[2e45b62]38 basic techniques used to build and install software.</para>
[b330f4a]39 </listitem>
[81fd230]40
[b330f4a]41 <listitem>
[7380c3aa]42 <para>Beginner's Guide to Installing from Source
[fb66c4c]43 <ulink url="https://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
[81fd230]44
[2e45b62]45 <para>This guide provides a good summary of the basic skills and
[7380c3aa]46 techniques needed to build software from source code.</para>
[b330f4a]47 </listitem>
[bf2bd25]48<!--
[b330f4a]49 <listitem>
50 <para>The Essential Pre-Reading Hint
51 <ulink url="&hints-root;essential_prereading.txt"/></para>
[81fd230]52
[b330f4a]53 <para>This is an LFS Hint written specifically for users new to Linux.
54 It includes a list of links to excellent sources of information on a
55 wide range of topics. Anyone attempting to install LFS should have an
56 understanding of many of the topics in this hint.</para>
57 </listitem>
[bf2bd25]58-->
[b330f4a]59 </itemizedlist>
[81fd230]60
[b330f4a]61</sect1>
Note: See TracBrowser for help on using the repository browser.