mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 14:07:39 +00:00
9c6a455a2d
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
28 lines
544 B
XML
28 lines
544 B
XML
<sect2>
|
|
<title>Dependencies</title>
|
|
|
|
<para>Grep-&grep-depversion; needs the following to be installed:</para>
|
|
|
|
<literallayout>
|
|
autoconf: autoconf, autoheader
|
|
automake: aclocal, automake
|
|
bash: sh
|
|
binutils: as, ld
|
|
diffutils: cmp
|
|
fileutils: chmod, install, ls, mkdir, mv, rm
|
|
gettext: msgfmt, xgettext
|
|
gcc: cc, cc1, collect2, cpp0, gcc
|
|
glibc: getconf
|
|
grep: egrep, fgrep, grep
|
|
m4: m4
|
|
make: make
|
|
mawk: mawk
|
|
sed: sed
|
|
sh-utils: basename, echo, expr, hostname, sleep, uname
|
|
texinfo: install-info, makeinfo
|
|
textutils: cat, tr
|
|
</literallayout>
|
|
|
|
</sect2>
|
|
|