source: introduction/welcome/which.xml@ a324403

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 a324403 was a324403, checked in by Alexander E. Patrakov <alexander@…>, 16 years ago

Removed (with "svn rm", not commented out, because commenting out conflicts
with restructuring of the book) WvDial, WvStreams, and RP-PPPoE.

Restructured the book so that the "Connecting to a Network" part became a
chapter in the "Basic Networking" part.

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

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