source: prologue/prerequisites.xml@ 78ae180

6.0
Last change on this file since 78ae180 was ee45b2ee, checked in by Gerard Beekmans <gerard@…>, 20 years ago

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4004 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.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
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>Software-Building-HOWTO -- <ulink
16url="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>The Linux Users' Guide -- <ulink url="http://espc22.murdoch.edu.au/~stewart/guide/guide.html"/></para>
22
23<para>This guide covers the usage of assorted Linux software.</para></listitem>
24
25<listitem><para>The Essential Pre-Reading Hint -- <ulink url="&hints-root;essential_prereading.txt"/></para>
26
27<para>This is an LFS Hint written specifically for users new to Linux. It
28also includes a list of links to excellent sources of information on a
29wide range of topics. Any person attempting to install LFS should have
30an understanding of many of the topics in this hint.</para></listitem>
31
32</itemizedlist>
33
34</sect1>
35
Note: See TracBrowser for help on using the repository browser.