[[TOC(heading=CLFS Table of Contents, WikiStart, news, faq, download, read, errata, lists, irc, mirrors, bootloaders, machine-specifics, file_systems, cblfs, community, Developer)]] = Download the Cross Linux From Scratch Book = Several versions of the CLFS book are available for download, in several formats, and in translations. == Current Stable and Development == === CLFS 3.0.0 - Systemd === This is a release for the 3.0.0 stable book, using systemd: Download the stable book {{{ git clone git://git.clfs.org/cross-lfs.git cd cross-lfs git checkout clfs-3.0.0-systemd }}} Additional files for this version: * [http://patches.clfs.org/3.0.0/SYSTEMD Patches] * [http://clfs.org/files/packages/3.0.0/SYSTEMD Packages] * [http://clfs.org/testsuite-logs/3.0.0/SYSTEMD Test Suite Logs] === CLFS 3.0.0 - Sysvinit === This is a release for the 3.0.0 stable book, using sysvinit: Download the stable book {{{ git clone git://git.clfs.org/cross-lfs.git cd cross-lfs git checkout clfs-3.0.0-sysvinit }}} Additional files for this version: * [http://patches.clfs.org/3.0.0/SYSVINIT Patches] * [http://clfs.org/files/packages/3.0.0/SYSVINIT Packages] * [http://clfs.org/testsuite-logs/3.0.0/SYSVINIT Test Suite Logs] === Current Development (Systemd) === This is the CLFS Systemd Book in its current development state. Changes can happen that break the build temporarily. Daily rendered [http://clfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself: {{{ git clone git://git.clfs.org/cross-lfs.git cd cross-lfs/BOOK }}} Additional files for this version: * [http://patches.clfs.org/dev/ Patches] * [http://clfs.org/files/packages/git/ Packages] * [http://clfs.org/testsuite-logs/git/ Test Suite Logs] === Current Development (Sysvinit) === This is the CLFS Book in its current development state. Changes can happen that break the build temporarily. Daily rendered [http://clfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself: {{{ git clone git://git.clfs.org/cross-lfs.git cd cross-lfs/BOOK git checkout sysvinit }}} Additional files for this version: * [http://patches.clfs.org/sysvinit/ Patches] * [http://clfs.org/files/packages/sysvinit/ bootscripts, packages and udev] * [http://clfs.org/testsuite-logs/sysvinit/ Test Suite Logs] === Sysroot Development === 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. Daily rendered [http://clfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself: {{{ git clone git://git.clfs.org/clfs-sysroot.git cd clfs-sysroot/BOOK }}} === Embedded Development === 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. Daily rendered [http://clfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself: {{{ git clone git://git.clfs.org/clfs-embedded.git cd clfs-embedded/BOOK }}} ---- == Translations == === Japanese === Versions: CLFS 3.0.0 Systemd[[BR]] CLFS 3.0.0 Sysvinit[[BR]] Development Systemd[[BR]] Development Sysvinit[[BR]] Formats: HTML, HTML (all on one page), PDF, tarball of HTML . [http://clfsja.osdn.jp/ Website][[BR]] Translated by [https://osdn.net/users/matsuand/ Michio Matsuyama] . ---- == Previous Stable Release == === CLFS 2.1 === Download the stable book {{{ git clone git://git.clfs.org/cross-lfs.git cd cross-lfs git checkout clfs-2.1 }}} Additional files for this version: * [http://patches.clfs.org/2.1.0/ Patches] * [http://clfs.org/files/packages/2.1.0/ Packages] * [http://clfs.org/testsuite-logs/CLFS-2.1.0/ Test Suite Logs] == Older Stable Books == See the [http://archive.clfs.org/clfs-museum/ CLFS Museum] to download books, packages and patches for older CLFS releases.