Changeset 26e1214 for README.BLFS


Ignore:
Timestamp:
08/24/2006 08:21:53 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
4875ed3
Parents:
740b8c0
Message:

Fixed numeration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.BLFS

    r740b8c0 r26e1214  
    3131
    3232
    33 2. USAGE::
     333. USAGE::
    3434
    3535     Due the complexity of the BLFS book, the scripts/Makefile generation is
    3636  done in several steps:
    3737
    38   2.1  INSTALLATION::
     38  3.1  INSTALLATION::
    3939
    4040       Run "make" to launch the jhalfs menuconfig interface. Select the BLFS
     
    7171    root directory.
    7272
    73   2.2  UPDATING BOOK SOURCES::
     73  3.2  UPDATING BOOK SOURCES::
    7474
    7575       If using the development book version, and if you want to update already
     
    7979    To do that run "./update_book.sh"
    8080
    81   2.3  CONFIGURING AND PARSING THE BOOK:: (to be rewritten when ready menuconfig)
     81  3.3  CONFIGURING AND PARSING THE BOOK:: (to be rewritten when ready menuconfig)
    8282
    8383       Next step is to create a book and build scripts in dependencies build order
     
    107107    contains files generated while resolving dependencies trees.
    108108
    109   2.4  EDITING BUILD SCRIPTS
     109  3.4  EDITING BUILD SCRIPTS
    110110
    111111       Now is the time to review the generated book and scripts, making in the
     
    121121    and know nothing about packages not in the BLFS book.
    122122
    123   2.5  CREATING THE MAKEFILE
     123  3.5  CREATING THE MAKEFILE
    124124       When the build scripts are ready to be run, the Makefile can be
    125125    created. Be sure that you cd into the "package" directory and run
     
    137137install -d -m1777 /var/lib/jhalfs/BLFS )
    138138
    139 3. GENERATED BUILD SCRIPTS ISSUES::
     1394. GENERATED BUILD SCRIPTS ISSUES::
    140140
    141141      In this section known issues with the generated build scripts are
     
    146146   package by hand.
    147147
    148    3.1  BLFS BOOTSCRIPTS
     148   4.1  BLFS BOOTSCRIPTS
    149149
    150150        For now, bootscripts installation will fail. You will need to edit the
     
    152152     command. That could be fixed in the future, but not sure.
    153153
    154    3.2  PACKAGES CONFIGURATION
     154   4.2  PACKAGES CONFIGURATION
    155155
    156156        For that packages that have a "Configuration" section, you should to
    157157     edit it build script to fit the configuration to your needs.
    158158
    159    3.4  PDL and Perl modules.
     159   4.4  PDL and Perl modules.
    160160
    161161        The generated scripts for that packages are plainly broken and can't
     
    163163     packages by hand.
    164164
    165    3.4  GCC, JDK, Sane, and KDE-multimedia
     165   4.4  GCC, JDK, Sane, and KDE-multimedia
    166166
    167167        On the pages for that packages, the BLFS book actually have instructions
     
    169169     try to fix some of them, but may not be possible.
    170170
    171    3.5  XORG7
     171   4.5  XORG7
    172172
    173173        The generated scripts for Xorg7 pseudo-packages don't have support for
     
    222222done
    223223
    224    3.6  PATCHES
     224   4.6  PATCHES
    225225
    226226        By default all required patches will be downloaded from the NET.
     
    232232     required patches. Due book layout issues some patches may be missing.
    233233
    234    3.7  ROOT COMMANDS
     234   4.7  ROOT COMMANDS
    235235
    236236        If building as a normal user (the default setting) be sure that all
     
    239239        Due book layout issues some sudo command may be missing.
    240240
    241    3.8  OTHERS
     241   4.8  OTHERS
    242242
    243243        May have other issues that we are not aware on them yet. If you find
Note: See TracChangeset for help on using the changeset viewer.