Changeset fcf5226


Ignore:
Timestamp:
03/30/2006 01:03:01 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
0b7ca8b
Parents:
c155162
Message:

README, addition text..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    rc155162 rfcf5226  
    44
    55     This collection of scripts, known as jhalfs-X, strives to create
    6   accurate makefiles from the Linux From Scratch book series XML files.
     6  accurate makefiles from the Linux From Scratch book series XML files.
     7  This software was inspired by the "jhalfs" code written by Jeremy Huntwork.
    78
    89     The usage of this script assumes you have read and are familiar with
     
    3334   supplied symlinks. After editing the config file for the project you wish
    3435   to build run the script.
     36     <symlink> refers to the one of 4 package symlinks, lfs,hlfs,clfs,blfs.
     37     Replace <symlink> with your choice.. i.e.  ./lfs
     38
     39     ./<symlink>
     40     Creates a makefile based on the configurations settings found in the
     41     config files. You must enter the build partition/jhalfs directory and
     42     manually run make
     43
     44     ./<symlink> -G
     45     Download the packages and patches necessary to build <symlink>
     46     
     47     ./<symlink> -G -M
     48     Download the packages, create and automatically run the Makefile
    3549   
    3650     ./<symlink> --help  will give you a context sensitive list of command
     
    6377    A. Yes it does..
    6478
     79
     80Authors:
     81  Manuel Canales Esparcia
     82  George Boudreau
Note: See TracChangeset for help on using the changeset viewer.