source: prologue/prerequisites.xml@ 782446b

6.1 6.1.1
Last change on this file since 782446b was d6c28f96, checked in by Archaic <archaic@…>, 19 years ago

Merged some tag/wording changes from trunk (r6219-r6221).

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6250 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"?>
[1770019]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]>
[d6c28f96]6<sect1 id="pre-prerequisites">
[287ea55]7<title>Prerequisites</title>
8<?dbhtml filename="prerequisites.html"?>
9
[81fd230]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>
[a8d34c1]15<listitem><para remap="verbatim">Software-Building-HOWTO
[81fd230]16<ulink url="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
[a8d34c1]21<listitem><para remap="verbatim">The Linux Users' Guide
[e7e97e8]22<ulink url="http://www.linuxhq.com/guides/LUG/guide.html"/></para>
[81fd230]23
24<para>This guide covers the usage of assorted Linux software.</para></listitem>
25
[a8d34c1]26<listitem><para remap="verbatim">The Essential Pre-Reading Hint
[81fd230]27<ulink url="&hints-root;essential_prereading.txt"/></para>
28
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>
33
34</itemizedlist>
[e431af69]35
[287ea55]36</sect1>
[81fd230]37
Note: See TracBrowser for help on using the repository browser.