From d12ae767872d72c71e510f2075fab68c12f54adf Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Wed, 19 Apr 2006 19:04:21 +0000 Subject: Added a more detailed list of minimum software requirements. Thanks to Chris Staub for researching these and Alexander Patrakov for suggesting the enhancement. Resolves ticket 1598. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- prologue/hostreqs.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 66 insertions(+), 10 deletions(-) (limited to 'prologue') diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 23aa8c9f0..a4d4948ea 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -10,12 +10,71 @@ Host System Requirements - The host must be running at least a 2.6.2 kernel compiled with GCC-3.0 - or higher. There are two main reasons for this requirement. First, the Native - POSIX Threading Library (NPTL) test suite will segfault if the host's kernel - has not been compiled with GCC-3.0 or a later version. Second, the 2.6.2 or - later version of the kernel is required for the use of Udev. Udev creates - devices dynamically by reading from the Your host system should have the following software with the minimum + versions indicated. This should not be an issue for most modern Linux + distributions. Also note that many distributions will place software headers + into separate packages, often in the form of [package-name]-devel + or [package-name]-dev. Be sure to install those as well, if + your distribution provides them. + + + + Bash-2.05a + + + Binutils-2.12 (Versions greater than &binutils-version; not recommended.) + + + Bzip2-1.0.2 + + + Coreutils-5.0 (or Sh-Utils-2.0, Textutils-2.0 + and Fileutils-4.1) + + + Diffutils-2.8 + + + Findutils-4.1.20 + + + Gawk-3.0 + + + Gcc-2.95.3 (Versions greater than &gcc-version; not recommended.) + + + Glibc-2.2.5 (Versions greater than &glibc-version; not recommended.) + + + Grep-2.5 + + + Gzip-1.2.4 + + + Linux Kernel-2.6.2 (having been compiled with Gcc-3.0) + + + Make-3.79.1 + + + Patch-2.5.4 + + + Sed-3.0.2 + + + Tar-1.14 + + + + + There are two main reasons for the kernel version requirement. First, + the Native POSIX Threading Library (NPTL) test suite will segfault if the + host's kernel has not been compiled with GCC-3.0 or a later version. Second, + the 2.6.2 or later version of the kernel is required for the use of Udev. + Udev creates devices dynamically by reading from the sysfs file system. However, support for this filesystem has only recently been implemented in most of the kernel drivers. We must be sure that all critical system devices get created properly. @@ -38,9 +97,6 @@ doesn't offer a 2.6.2 (or later) kernel package, or you would prefer not to install it, then you can compile a 2.6 kernel yourself. Instructions for compiling the kernel and configuring the boot loader (assuming the host - uses GRUB) are located in . This second - option can also be seen as a gauge of your current Linux skills. If this - second requirement is too steep, then the LFS book will not likely be much - use to you at this time. + uses GRUB) are located in . -- cgit v1.2.3-54-g00ecf