source: introduction/welcome/which.xml@ 96ece2d7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 96ece2d7 was 96ece2d7, checked in by Randy McMurchy <randy@…>, 18 years ago

Text updates and corrections provided by a patch sent in by Chris Staub, thanks Chris

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

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