Changes between Version 41 and Version 42 of download
- Timestamp:
- Aug 31, 2014, 10:19:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v41 v42 2 2 = Download the Cross Linux From Scratch Book = 3 3 4 Several versions of the CLFS book are available for download, in several formats :4 Several versions of the CLFS book are available for download, in several formats. 5 5 6 == Current Stable == 7 CLFS 2.1 6 = Current Stable and Development = 7 8 == CLFS 3.0.0 RC1 - Systemd == 9 10 This is a release candidate for the 3.0.0 stable book, using systemd: 8 11 9 12 Download the stable book … … 11 14 git clone git://git.cross-lfs.org/cross-lfs.git 12 15 cd cross-lfs 13 git checkout clfs- 2.116 git checkout clfs-3.0.0-rc1-systemd 14 17 }}} 15 18 16 19 Additional files for this version: 17 * [http://patches.cross-lfs.org/ 2.1.0/Patches]18 * [http://cross-lfs.org/files/packages/ 2.1.0/Packages]19 * [http://cross-lfs.org/testsuite-logs/ CLFS-2.1.0/Test Suite Logs]20 * [http://patches.cross-lfs.org/3.0.0-RC1/SYSTEMD Patches] 21 * [http://cross-lfs.org/files/packages/3.0.0-RC1/SYSTEMD Packages] 22 * [http://cross-lfs.org/testsuite-logs/3.0.0-RC1/SYSTEMD Test Suite Logs] 20 23 21 == Current Development 3.x (Sysvinit) == 24 == CLFS 3.0.0 RC1 - Sysvinit == 25 26 This is a release candidate for the 3.0.0 stable book, using sysvinit: 27 28 Download the stable book 29 {{{ 30 git clone git://git.cross-lfs.org/cross-lfs.git 31 cd cross-lfs 32 git checkout clfs-3.0.0-rc1-sysvinit 33 }}} 34 35 Additional files for this version: 36 * [http://patches.cross-lfs.org/3.0.0-RC1/SYSVINIT Patches] 37 * [http://cross-lfs.org/files/packages/3.0.0-RC1/SYSVINIT Packages] 38 * [http://cross-lfs.org/testsuite-logs/3.0.0-RC1/SYSVINIT Test Suite Logs] 39 40 == Current Development (Systemd) == 41 42 This is the CLFS Systemd Book in its current development state. Changes can happen that break the build temporarily. 43 44 Daily rendered [http://cross-lfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself: 45 46 {{{ 47 git clone git://git.cross-lfs.org/cross-lfs.git 48 cd cross-lfs/BOOK 49 }}} 50 51 Additional files for this version: 52 * [http://patches.cross-lfs.org/dev/ Patches] 53 * [http://cross-lfs.org/files/packages/git/ Packages] 54 * [http://cross-lfs.org/testsuite-logs/git/ Test Suite Logs] 55 56 == Current Development (Sysvinit) == 22 57 23 58 This is the CLFS Book in its current development state. Changes can happen that break the build temporarily. … … 36 71 * [http://cross-lfs.org/testsuite-logs/sysvinit/ Test Suite Logs] 37 72 38 == Current Development 3.x (Systemd) == 39 40 This is the CLFS Systemd Book in its current development state. Changes can happen that break the build temporarily. 41 42 Daily rendered [http://cross-lfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself: 43 44 {{{ 45 git clone git://git.cross-lfs.org/cross-lfs.git 46 cd cross-lfs/BOOK 47 }}} 48 49 Additional files for this version: 50 * [http://patches.cross-lfs.org/dev/ Patches] 51 * [http://cross-lfs.org/files/packages/git/ Packages] 52 * [http://cross-lfs.org/testsuite-logs/git/ Test Suite Logs] 53 54 == CLFS Sysroot 1.x (Under Development) == 73 == Sysroot Development == 55 74 56 75 This is the CLFS Book used for testing new build methods and is therefore under development. Please only use the development book above unless you want to help us test. … … 63 82 }}} 64 83 65 == CLFS Embedded 1.x (Under Development)==84 == Embedded Development == 66 85 67 86 This is the CLFS Book used for testing new build methods and is therefore under development. Please only use the development book above unless you want to help us test. … … 73 92 cd clfs-embedded/BOOK 74 93 }}} 94 ---- 95 = Previous Stable Books = 75 96 76 == Packages for CLFS==97 == CLFS 2.1 == 77 98 78 Chapter 3 of the CLFS book covers the packages and patches needed to build your CLFS system. The chapter contains 4 sections: packages and patches that are common to all architectures, and packages and patches needed only for your selected architecture. You can find individual and tarballs of all needed packages and patches on our FTP mirrors. A list is available on the [wiki:mirrors] page. 99 Download the stable book 100 {{{ 101 git clone git://git.cross-lfs.org/cross-lfs.git 102 cd cross-lfs 103 git checkout clfs-2.1 104 }}} 105 106 Additional files for this version: 107 * [http://patches.cross-lfs.org/2.1.0/ Patches] 108 * [http://cross-lfs.org/files/packages/2.1.0/ Packages] 109 * [http://cross-lfs.org/testsuite-logs/CLFS-2.1.0/ Test Suite Logs]