source: prologue/prerequisites.xml@ dc6acb5

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

In DocBook-NG the replacement for <ulink> is a new definition of <link>.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4544 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 <link xlink:href="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html">http://www.tldp.org/HOWTO/Software-Building-HOWTO.html</link>.</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<link xlink:href="http://espc22.murdoch.edu.au/~stewart/guide/guide.html">http://espc22.murdoch.edu.au/~stewart/guide/guide.html</link>.</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<link xlink:href="&hints-root;essential_prereading.txt">&hints-root;essential_prereading.txt</link></para></listitem>
38
39</itemizedlist>
40
41</section>
Note: See TracBrowser for help on using the repository browser.