Changes between Version 22 and Version 23 of WikiStart
- Timestamp:
- 08/19/2022 10:54:30 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v22 v23 14 14 The official implementation of ALFS is called jhalfs. Originally created by Jeremy Huntwork, but since developed and maintained by Manuel Canales Esparcia, George Boudreau, Thomas Pegg, and Pierre Labastie, jhalfs has become a light-weight, practical method of automating an LFS build. jhalfs is a Bash shell script that makes use of Subversion and xsltproc to first download the XML sources of the Linux From Scratch book and then extract any necessary commands, placing them into executable shell scripts. If you do not already have the necessary source packages in place on your system, jhalfs can fetch them. Finally, jhalfs generates a Makefile which will control the execution of the shell scripts, allowing for recovery if the build should encounter an error. A way to use package management has been added by Pierre Labastie. 15 15 16 To download the latest stable version of jhalfs, click [http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/ here]. 17 18 Due to a lack of developers, the last stable version is somewhat old, and does not work well with recent versions of LFS/BLFS. It is better to use the development version: 16 Due to a lack of developers, there is no stable version. The development version is at: 19 17 {{{ 20 svn co svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs 18 git clone https://git.linuxfromscratch.org/jhalfs.git 21 19 }}} 22 20 … … 34 32 === alfs === 35 33 36 There were many in-depth features that had been requested for ALFS implementations. Because of this, development had been slated for an entirely new build tool which would have been called alfs. To see a list of features that would have appeared in alfs, please read our [http://www.linuxfromscratch.org/alfs/view/alfs-srs/alfs-srs.html Software Requirements Specification].Eventually, the ease of use of jhalfs, ultimately pushed development of alfs to the bottom of the stack.34 There were many in-depth features that had been requested for ALFS implementations. Because of this, development had been slated for an entirely new build tool which would have been called alfs. Eventually, the ease of use of jhalfs, ultimately pushed development of alfs to the bottom of the stack. 37 35 38 36 == Supported Books == … … 42 40 43 41 ||Project Leader:||Pierre Labastie|| 44 45 46 47