Ignore:
Timestamp:
09/12/2003 03:09:56 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7891efc
Parents:
1aacd4b5
Message:

Part I review with modification to better match LFS

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/beyond.xml

    r1aacd4b5 racfc391  
    11<sect1 id="intro-important-beyond">
    22<?dbhtml filename="beyond.html" dir="introduction"?>
    3 <title>Going Beyond BLFS</title>
     3<title>Going Beyond <acronym>BLFS</acronym></title>
    44
    55<para>The packages that are installed in this book are only the tip of the
    6 iceberg. We hope that the experience you gained with the LFS book and the BLFS
    7 book will give you the background needed to compile, install and configure
    8 packages that are not included in this book.</para>
     6iceberg. We hope that the experience you gained with the <acronym>LFS</acronym>
     7book and the <acronym>BLFS</acronym> book will give you the background needed
     8to compile, install and configure packages that are not included in this book.
     9</para>
    910
    1011<para>If you are in search of a package that is not in the book, the following
     
    2021lead to the website for the package.</para></listitem>
    2122
    22 <listitem><para>If you know the name of the executable, but not the package that
    23 the executable belongs to, first try a google
    24 search with the name of the executable. If the results are overwhelming, try
    25 searching for the given executable in the debian repository at
     23<listitem><para>If you know the name of the executable, but not the package
     24that the executable belongs to, first try a google search with the name of the
     25executable. If the results are overwhelming, try searching for the given
     26executable in the debian repository at
    2627<ulink url="http://www.debian.org/distrib/packages#search_contents"/>.
    2728</para></listitem>
     
    3536<listitem><para>Many of the newer packages follow the <command>./configure
    3637&amp;&amp; make &amp;&amp; make install</command> <emphasis>dance</emphasis>
    37 routine. Help on the
    38 options accepted by configure can be obtained via the command
    39 <command>./configure --help</command>.</para></listitem>
     38routine. Help on the options accepted by configure can be obtained via the
     39command <command>./configure --help</command>.</para></listitem>
    4040
    4141<listitem><para>Most of the packages contain documentation on compiling and
     
    5151</itemizedlist>
    5252
    53 <tip><para>If you have found a package that is only available in .deb or .rpm format,
    54 there are two small scripts rpm2targz and deb2targz that are available at
    55 <ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert
     53<tip><para>If you have found a package that is only available in .deb or .rpm
     54format, there are two small scripts rpm2targz and deb2targz that are available
     55at <ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert
    5656the archives into a simple tar.gz format.</para></tip>
    5757
Note: See TracChangeset for help on using the changeset viewer.