source: prologue/prerequisites.xml@ 365db12

Last change on this file since 365db12 was c2133bc, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Upgraded to DocBook 4.4 DTD

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

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[287ea55]1<?xml version="1.0" encoding="ISO-8859-1"?>
[c2133bc]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[287ea55]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>
[2256873]15<listitem><para remap="verbatim">Software-Building-HOWTO
[c5143c9]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
[2256873]21<listitem><para remap="verbatim">The Linux Users' Guide
[c5143c9]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
[2256873]26<listitem><para remap="verbatim">The Essential Pre-Reading Hint
[c5143c9]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.