source: introduction/welcome/which.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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