source: prologue/prerequisites.xml@ e7e97e8

6.1 6.1.1
Last change on this file since e7e97e8 was e7e97e8, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Merged r4316 from trunk: Minor wording improvements.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5400 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.4 KB
Line 
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
10<para>This book assumes that the reader has a reasonable knowledge of using
11and installing Linux software. Before building an LFS system, we
12recommend reading the following HOWTOs:</para>
13
14<itemizedlist>
15<listitem><para remap="verbatim">Software-Building-HOWTO
16<ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
17
18<para>This is a comprehensive guide to building and installing
19<quote>generic</quote> Unix software distributions under Linux.</para></listitem>
20
21<listitem><para remap="verbatim">The Linux Users' Guide
22<ulink url="http://www.linuxhq.com/guides/LUG/guide.html"/></para>
23
24<para>This guide covers the usage of assorted Linux software.</para></listitem>
25
26<listitem><para remap="verbatim">The Essential Pre-Reading Hint
27<ulink url="&hints-root;essential_prereading.txt"/></para>
28
29<para>This is an LFS Hint written specifically for users new to Linux.
30It includes a list of links to excellent sources of information on a
31wide range of topics. Anyone attempting to install LFS should have an
32understanding of many of the topics in this hint.</para></listitem>
33
34</itemizedlist>
35
36</sect1>
37
Note: See TracBrowser for help on using the repository browser.