source: prologue/prerequisites.xml@ 6a0e6f3

Last change on this file since 6a0e6f3 was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 19 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xml:id="pf-prerequisites">
9<title>Prerequisites</title>
10<?dbhtml filename="prerequisites.html"?>
11
12<para>This book assumes that its reader has a good deal of knowledge about
13using and installing Linux software. Before you begin building your LFS
14system, you should read the following HOWTOs:</para>
15
16<itemizedlist>
17<listitem><para>Software-Building-HOWTO</para>
18
19<para>This is a comprehensive guide to building and installing
20<quote>generic</quote> Unix software distributions under Linux. This HOWTO is
21available at <uri xlink:href="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html">http://www.tldp.org/HOWTO/Software-Building-HOWTO.html</uri>.</para>
22</listitem>
23
24<listitem><para>The Linux Users' Guide</para>
25
26<para>This guide covers the usage of assorted Linux software and is available at
27<uri xlink:href="http://espc22.murdoch.edu.au/~stewart/guide/guide.html">http://espc22.murdoch.edu.au/~stewart/guide/guide.html</uri>.</para>
28</listitem>
29
30<listitem><para>The Essential Pre-Reading Hint</para>
31
32<para>This is an LFS Hint written specifically for new users of Linux. It is
33mostly a list of links to excellent sources of information on a wide range of
34topics. Any person attempting to install LFS, should at least have an
35understanding of many of the topics in this hint. It is available at
36
37<uri xlink:href="&hints-root;essential_prereading.txt">&hints-root;essential_prereading.txt</uri></para></listitem>
38
39</itemizedlist>
40
41</section>
Note: See TracBrowser for help on using the repository browser.