source: introduction/welcome/which.xml@ 4122007

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4122007 was 4122007, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

Initial update with new xml style

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2285 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="intro-welcome-whichsections" xreflabel="Which sections of the book?">
9<?dbhtml filename="which.html"?>
10<title>Which sections of the book do I want?</title>
11
12<para>Unlike the Linux From Scratch book, <acronym>BLFS</acronym> isn't
13designed to be followed in a linear manner. This is because <acronym>LFS
14</acronym> provides instructions on how to create a base system which is
15capable of turning into anything from a web server to a multimedia desktop
16system. <acronym>BLFS</acronym> is where we try to guide you through going
17from the base system to your intended destination and so choice is very much
18involved.</para>
19
20<para>Everyone who reads the book will want to read certain sections. The
21<xref linkend="introduction"/> part - which you are currently
22reading - contains generic information. Especially take note of the
23information in Important Information (<xref linkend="intro-important"/>), as
24this contains comments about how to unpack software and various other aspects
25which apply throughout the book.</para>
26
27<para>The part on <xref linkend="postlfs"/> is where most people will want
28to turn next. This deals with not just configuration but also Security
29(<xref linkend="postlfs-security"/>), File Systems (<xref
30linkend="postlfs-filesystems"/>), Editors (<xref
31linkend="postlfs-editors"/>) and Shells (<xref linkend="postlfs-shells"/>).
32Indeed, you may wish to reference certain parts of this chapter (especially
33the sections on Editors and File Systems) while building your <acronym>LFS
34</acronym> system.</para>
35
36<para>Following these basic items, most people will want to at least browse
37through the <xref linkend="general"/> part of the book. This part contains
38information on many items which are prerequisites for other sections of the
39book as well as some items (such as Programming (<xref linkend="general-prog"/>)
40which are useful in their own right. Note that you don't have to install all
41of these libraries and packages found in this part to start with, each
42<acronym>BLFS</acronym> install procedure tells you which packages
43it depends upon so you can choose the program you want to install and see
44what it needs.</para>
45
46<para>Likewise, most people will probably want to look at the <xref
47linkend="connect"/> and <xref linkend="basicnet"/> parts. The first of
48these deals with connecting to the Internet or your <acronym>LAN
49</acronym> using a variety of methods such as <acronym>DHCP</acronym>
50(<xref linkend="connect-dhcp"/>) and Dial-Up Connections (<xref
51linkend="connect-dialup"/>). The second of these parts deals with items
52such as Networking Libraries (<xref linkend="basicnet-netlibs"/>) and various
53basic networking programs and utilities.</para>
54
55<para>Once you have dealt with these basics, you may wish to configure
56more advanced network services. These are dealt with in the <xref
57linkend="server"/> and <xref linkend="content"/> parts of the book.
58Those wanting to build servers should find enough information to give
59them a good starting point here. Note that <xref linkend="content"/> also
60contains information on various database packages.</para>
61
62<para>The next parts of the book principally deal with desktop systems.
63We start with a part talking about <xref linkend="x"/>. This part also
64deals with some generic X-based libraries (<xref linkend="x-lib"/>). After
65this, <xref linkend="kde"/> and <xref linkend="gnome"/> are given their
66own parts which are followed by one on <xref linkend="xsoft"/>.</para>
67
68<para>We then move on to deal with <xref linkend="multimedia"/> packages.
69Note that many people may want to use the <xref linkend="alsa"/>
70instructions from this chapter quite near the start of their <acronym>BLFS
71</acronym> journey; they are placed here simply because it is the most logical
72place for them.</para>
73
74<para>The final part of the main <acronym>BLFS</acronym> book deals with <xref
75linkend="pst"/>. This is useful for most people with desktop systems and
76even those who are creating mainly server systems will find it useful.</para>
77
78<para>We hope you enjoy using <acronym>BLFS</acronym> and find it useful.</para>
79
80</sect1>
81
Note: See TracBrowser for help on using the repository browser.