source: prologue/prerequisites.xml@ 5a1e6d9

6.0
Last change on this file since 5a1e6d9 was c5143c9, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

In the PDF output, added support for line break,
changed the tagging in splitted URLs, and changed chapter title font size to 21pt.

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

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[287ea55]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/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
[ee45b2ee]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>
[287ea55]13
14<itemizedlist>
[c5143c9]15<listitem><para remap="verbatim">Software-Building-HOWTO &ndash;
16<ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
[287ea55]17
18<para>This is a comprehensive guide to building and installing
[ee45b2ee]19<quote>generic</quote> Unix software distributions under Linux.</para></listitem>
[287ea55]20
[c5143c9]21<listitem><para remap="verbatim">The Linux Users' Guide &ndash;
22<ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/></para>
[287ea55]23
[ee45b2ee]24<para>This guide covers the usage of assorted Linux software.</para></listitem>
[287ea55]25
[c5143c9]26<listitem><para remap="verbatim">The Essential Pre-Reading Hint &ndash;
27<ulink url="&hints-root;essential_prereading.txt"/></para>
[287ea55]28
[69993f4]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>
[287ea55]33
34</itemizedlist>
35
36</sect1>
[ee45b2ee]37
Note: See TracBrowser for help on using the repository browser.