Changeset 2fedf49 for README.BLFS


Ignore:
Timestamp:
08/14/2006 08:59:05 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
b928382
Parents:
00f4966
Message:

Merged r2942:2948 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.BLFS

    r00f4966 r2fedf49  
    1515  the book.
    1616
    17   NOTE:: The code is yet under development a may contains several bugs
     17  NOTE:: The code is still under development and may contains several bugs
    1818
    1919
     
    3838    packages           auto-generated file with packages info
    3939    alternatives.conf  configuration files for alternative packages
    40     makefile.conf      envars needed when running the generated Makefile
     40    envars.conf        envars needed when running the build scripts
    4141    update_book.sh     update the XML book sources and regenerate packages file
    4242                       and GNOME and KDE dependencies tree
     
    5555       Next step is to create a book and build scripts in dependencies build order
    5656    for a target package. A target package can be any of the ones listed in the
    57     packages file. That is done using the blfs-parser.sh script, but we are triying
     57    packages file. That is done using the blfs-parser.sh script, but we are trying
    5858    to make a menuconfig based system.
    5959
     
    6161
    6262    package name         as listed in packages file
    63     dependencies level   1 for required, 2 for required an recommendedand,
     63    dependencies level   1 for required,
     64                         2 for required an recommended
    6465                         3 for required, recommended, and optional
    65     sudo usage           y if sudo will be used (you will build as normal user)
    66                          n if sudo isn't needed (you will build as root)
     66    sudo usage           y if sudo will be used (you want build as a normal user)
     67                         n if sudo isn't needed (you want build as root)
    6768
    6869       For example:
     
    8384
    8485  2.4  CREATING THE MAKEFILE
    85        When the build scripts will be ready to be run, the Makefile can be
    86   created. Be sure that you are into the "package" directory and run
     86       When the build scripts are ready to be run, the Makefile can be
     87    created. Be sure that you cd into the "package" directory and run
    8788
    88       ../gen_makefile.sh
     89       ../gen_makefile.sh
    8990
    90   Review the Makefile and if all look sane, start the build.
     91    Review the Makefile and if all look sane, start the build.
    9192
    9293
Note: See TracChangeset for help on using the changeset viewer.